[CodeGen] Don't emit a random reference to the personality function
[oota-llvm.git] / test / CodeGen / Thumb2 / thumb2-bcc.ll
index 61171acd0a0471c86ba7ff9fd20427b453f79b8e..e7b38221b00d13562dfe1c3cb1aadac48075fd3e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=thumb -mcpu=arm1156t2-s -mattr=+thumb2 | FileCheck %s
+; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
 ; If-conversion defeats the purpose of this test, which is to check CBZ
 ; generation, so use memory barrier instruction to make sure it doesn't
 ; happen and we get actual branches.