Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit c996b8c

Browse files
committed
[Support] Fix Wundef warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368984 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent dbd9cc3 commit c996b8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Support/Signposts.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ class SignpostEmitterImpl {
7878

7979
#if LLVM_SUPPORT_XCODE_SIGNPOSTS
8080
#define HAVE_ANY_SIGNPOST_IMPL 1
81+
#else
82+
#define HAVE_ANY_SIGNPOST_IMPL 0
8183
#endif
8284

8385
SignpostEmitter::SignpostEmitter() {

0 commit comments

Comments
 (0)