From f9aba9a5afe09788eceb9879aa5c3ad345e0f1e9 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 16 Jun 2021 14:26:02 -0700 Subject: 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. --- llvm/lib/Support/Signposts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/Signposts.cpp') 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; -- cgit v1.1