OSDN Git Service

[AArch64] gcc does not like litteral without quotes even on preprocessor macros.
authorQuentin Colombet <qcolombet@apple.com>
Thu, 7 Apr 2016 20:49:15 +0000 (20:49 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Thu, 7 Apr 2016 20:49:15 +0000 (20:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265720 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/AArch64CallLowering.cpp

index 0714ff7..0c893e2 100644 (file)
@@ -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)