aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2010-01-05 01:36:30 +0000
committerDavid Greene <greened@obbligato.org>2010-01-05 01:36:30 +0000
commitacc935986d18b07de1472278edd7c7453e1ab439 (patch)
treeebc220fd5d1389da8af1b871d0b4e7bb58c985f5
parentda23d93d9bb6238757e29b1abee571a0052ab8fc (diff)
downloadexternal_llvm-acc935986d18b07de1472278edd7c7453e1ab439.zip
external_llvm-acc935986d18b07de1472278edd7c7453e1ab439.tar.gz
external_llvm-acc935986d18b07de1472278edd7c7453e1ab439.tar.bz2
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
-rw-r--r--include/llvm/Support/FormattedStream.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Support/FormattedStream.h b/include/llvm/Support/FormattedStream.h
index 09ab17c..af546f0 100644
--- a/include/llvm/Support/FormattedStream.h
+++ b/include/llvm/Support/FormattedStream.h
@@ -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