[Support] Fix Wundef warning

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368984 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sven van Haastregt 2019-08-15 10:05:22 +00:00
parent dbd9cc38a9
commit c996b8c652

View File

@ -78,6 +78,8 @@ public:
#if LLVM_SUPPORT_XCODE_SIGNPOSTS
#define HAVE_ANY_SIGNPOST_IMPL 1
#else
#define HAVE_ANY_SIGNPOST_IMPL 0
#endif
SignpostEmitter::SignpostEmitter() {