llvm/test/CodeGen/ARM/inlineasm-global.ll: Avoid specifing source file on llc.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 25 Jul 2014 09:54:49 +0000 (09:54 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 25 Jul 2014 09:54:49 +0000 (09:54 +0000)
It sometimes confuses FileCheck. Consider the case that path contains 'stmib'. :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213932 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/inlineasm-global.ll

index d1a15e393a107c2b6858ed29a4c884209b592ebe..834624c28fa3cb878a9daf04754310082157abfc 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 -march thumb -no-integrated-as < %s | FileCheck %s --check-prefix=THUMB
+; RUN: llc -march arm -no-integrated-as < %s | FileCheck %s --check-prefix=ARM
 
 ; In thumb mode, emit ".code 16" before global inline-asm instructions.