mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 07:31:53 +00:00
Fix a build error by adding a missing commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92670 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
da23d93d9b
commit
acc935986d
@ -144,6 +144,10 @@ formatted_raw_ostream &fouts();
|
||||
/// standard error. Use it like: ferrs() << "foo" << "bar";
|
||||
formatted_raw_ostream &ferrs();
|
||||
|
||||
/// fdbgs() - This returns a reference to a formatted_raw_ostream for
|
||||
/// debug output. Use it like: fdbgs() << "foo" << "bar";
|
||||
formatted_raw_ostream &fdbgs();
|
||||
|
||||
} // end llvm namespace
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user