mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 05:41:42 +00:00
[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:
parent
dbd9cc38a9
commit
c996b8c652
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user