mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
[Support] Fix Wundef warning
llvm-svn: 368984
This commit is contained in:
parent
6712b2c77c
commit
d67c700fb5
@ -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…
Reference in New Issue
Block a user