[AArch64] gcc does not like litteral without quotes even on preprocessor macros.

llvm-svn: 265720
This commit is contained in:
Quentin Colombet 2016-04-07 20:49:15 +00:00
parent 789ad56248
commit 6cc73ce808
1 changed files with 1 additions and 1 deletions

View 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)