Redo "Make global aliases have symbol size equal to their type"
[oota-llvm.git] / test / CodeGen / ARM / inlineasm-global.ll
index d1a15e393a107c2b6858ed29a4c884209b592ebe..fd210f4209252634663789e8546e863092fba857 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc -march thumb -no-integrated-as %s -o - | FileCheck %s --check-prefix=THUMB
-; RUN: llc -march arm -no-integrated-as %s -o - | FileCheck %s --check-prefix=ARM
+; RUN: llc -mtriple=thumb-unknown-unknown -no-integrated-as < %s | FileCheck %s --check-prefix=THUMB
+; RUN: llc -mtriple=arm-unknown-unknown -no-integrated-as < %s | FileCheck %s --check-prefix=ARM
 
 ; In thumb mode, emit ".code 16" before global inline-asm instructions.