From: Quentin Colombet Date: Thu, 7 Apr 2016 20:49:15 +0000 (+0000) Subject: [AArch64] gcc does not like litteral without quotes even on preprocessor macros. X-Git-Tag: android-x86-7.1-r4~35476 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4216f714b382eecbc360eef6ab8cd95b5ac305f5;p=android-x86%2Fexternal-llvm.git [AArch64] gcc does not like litteral without quotes even on preprocessor macros. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265720 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AArch64/AArch64CallLowering.cpp b/lib/Target/AArch64/AArch64CallLowering.cpp index 0714ff712d8..0c893e22afb 100644 --- a/lib/Target/AArch64/AArch64CallLowering.cpp +++ b/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)