forked from OSchip/llvm-project
[AArch64] gcc does not like litteral without quotes even on preprocessor macros.
llvm-svn: 265720
This commit is contained in:
parent
789ad56248
commit
6cc73ce808
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue