forked from OSchip/llvm-project
Fix a build error by adding a missing commit.
llvm-svn: 92670
This commit is contained in:
parent
338a9030a2
commit
c976131fe9
|
@ -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