summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Signposts.cpp
diff options
context:
space:
mode:
authorSven van Haastregt <sven.vanhaastregt@arm.com>2019-08-15 10:05:22 +0000
committerSven van Haastregt <sven.vanhaastregt@arm.com>2019-08-15 10:05:22 +0000
commit0096d1938ef7656f4eb30c8d3cd6999b146eaa14 (patch)
treed92c39d6bcb1b473532564bcfb77fd2b5be651d8 /llvm/lib/Support/Signposts.cpp
parente54ed4789f3514fc6b457ebcf9207dbcff767d20 (diff)
downloadbcm5719-llvm-0096d1938ef7656f4eb30c8d3cd6999b146eaa14.tar.gz
bcm5719-llvm-0096d1938ef7656f4eb30c8d3cd6999b146eaa14.zip
[Support] Fix Wundef warning
llvm-svn: 368984
Diffstat (limited to 'llvm/lib/Support/Signposts.cpp')
-rw-r--r--llvm/lib/Support/Signposts.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Support/Signposts.cpp b/llvm/lib/Support/Signposts.cpp
index d456f41d2fa..aa159e1da2a 100644
--- a/llvm/lib/Support/Signposts.cpp
+++ b/llvm/lib/Support/Signposts.cpp
@@ -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() {
OpenPOWER on IntegriCloud