summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorQuentin Colombet <qcolombet@apple.com>2016-04-07 20:49:15 +0000
committerQuentin Colombet <qcolombet@apple.com>2016-04-07 20:49:15 +0000
commit6cc73ce80851232eb0a18164809698cc0e4d5345 (patch)
tree0045de8fb77aba32a35247b4897707d6bd6527e7 /llvm/lib
parent789ad56248bf35b0e6f1f94a0a9f449bfdc7ed3e (diff)
downloadbcm5719-llvm-6cc73ce80851232eb0a18164809698cc0e4d5345.tar.gz
bcm5719-llvm-6cc73ce80851232eb0a18164809698cc0e4d5345.zip
[AArch64] gcc does not like litteral without quotes even on preprocessor macros.
llvm-svn: 265720
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/AArch64/AArch64CallLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64CallLowering.cpp b/llvm/lib/Target/AArch64/AArch64CallLowering.cpp
index 0714ff712d8..0c893e22afb 100644
--- a/llvm/lib/Target/AArch64/AArch64CallLowering.cpp
+++ b/llvm/lib/Target/AArch64/AArch64CallLowering.cpp
@@ -22,7 +22,7 @@
using namespace llvm;
#ifndef LLVM_BUILD_GLOBAL_ISEL
-#error This shouldn't be built without GISel
+#error "This shouldn't be built without GISel"
#endif
AArch64CallLowering::AArch64CallLowering(const AArch64TargetLowering &TLI)
OpenPOWER on IntegriCloud