summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2015-01-13 19:45:16 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2015-01-13 19:45:16 +0000
commitbd039299c069ad5459410882382432f6d70eb2b0 (patch)
treea7d7aa0729cbb3266e2a23f7ff667a7b0ac0f9a7 /llvm/lib
parent6b577e26f0c41331fea19ea3e7e5f34524f1b663 (diff)
downloadbcm5719-llvm-bd039299c069ad5459410882382432f6d70eb2b0.tar.gz
bcm5719-llvm-bd039299c069ad5459410882382432f6d70eb2b0.zip
Use the integrated assembler as default on SystemZ
This was already done in clang, this commit now uses the integrated assembler as default when using LLVM tools directly. A number of test cases deliberately using an invalid instruction in inline asm now have to use -no-integrated-as. llvm-svn: 225820
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp b/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
index 35887faef83..0161d6263e7 100644
--- a/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
+++ b/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
@@ -24,4 +24,6 @@ SystemZMCAsmInfo::SystemZMCAsmInfo(StringRef TT) {
UsesELFSectionDirectiveForBSS = true;
SupportsDebugInformation = true;
ExceptionsType = ExceptionHandling::DwarfCFI;
+
+ UseIntegratedAssembler = true;
}
OpenPOWER on IntegriCloud