We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8337d01 commit f733e3aCopy full SHA for f733e3a
llvm/include/llvm/Support/Debug.h
@@ -28,6 +28,8 @@
28
#ifndef LLVM_SUPPORT_DEBUG_H
29
#define LLVM_SUPPORT_DEBUG_H
30
31
+#include "llvm/Support/Compiler.h"
32
+
33
namespace llvm {
34
35
class raw_ostream;
@@ -94,7 +96,7 @@ extern bool EnableDebugBuffering;
94
96
/// dbgs() - This returns a reference to a raw_ostream for debugging
95
97
/// messages. If debugging is disabled it returns errs(). Use it
98
/// like: dbgs() << "foo" << "bar";
-raw_ostream &dbgs();
99
+LLVM_ABI raw_ostream &dbgs();
100
101
// DEBUG macro - This macro should be used by passes to emit debug information.
102
// If the '-debug' option is specified on the commandline, and if this is a
0 commit comments