diff options
author | Adrian Prantl <aprantl@apple.com> | 2021-06-16 14:26:02 -0700 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2021-06-16 14:40:37 -0700 |
commit | f9aba9a5afe09788eceb9879aa5c3ad345e0f1e9 (patch) | |
tree | 970c4ece6e086f9fc811939212d5e3366adfc6da /llvm/lib/Support/Signposts.cpp | |
parent | c375ec86132984bc3915323fbe3f8c71f4d5503f (diff) | |
download | llvm-f9aba9a5afe09788eceb9879aa5c3ad345e0f1e9.zip llvm-f9aba9a5afe09788eceb9879aa5c3ad345e0f1e9.tar.gz llvm-f9aba9a5afe09788eceb9879aa5c3ad345e0f1e9.tar.bz2 |
Move the definition of LLVM_SUPPORT_XCODE_SIGNPOSTS into llvm-config.h
since it is now used by a public header file (Signposts.h).
This fixes the standalone LLDB build.
Diffstat (limited to 'llvm/lib/Support/Signposts.cpp')
-rw-r--r-- | llvm/lib/Support/Signposts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Signposts.cpp b/llvm/lib/Support/Signposts.cpp index efa283c..49a0b16 100644 --- a/llvm/lib/Support/Signposts.cpp +++ b/llvm/lib/Support/Signposts.cpp @@ -13,7 +13,7 @@ #if LLVM_SUPPORT_XCODE_SIGNPOSTS #include "llvm/ADT/DenseMap.h" #include "llvm/Support/Mutex.h" -#endif // if LLVM_SUPPORT_XCODE_SIGNPOSTS +#endif using namespace llvm; |