NFC - Test case invokes llc on a file rather than redirected from a file.
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Fri, 15 May 2015 15:29:53 +0000 (15:29 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Fri, 15 May 2015 15:29:53 +0000 (15:29 +0000)
This has caused some local failures. Updating the test case to be more
like the majority of the similar test cases.
Committing on behalf of Hubert Tong (hstong@ca.ibm.com).

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

test/Transforms/LoopVectorize/X86/vectorization-remarks.ll

index 84fa5ee527643ec4c48adfef3d8ac0d1f4284c44..1c21748d8bdd14d414a35b5e659edd65ca2c498a 100644 (file)
@@ -5,7 +5,7 @@
 ; This code has all the !dbg annotations needed to track source line information,
 ; but is missing the llvm.dbg.cu annotation. This prevents code generation from
 ; emitting debug info in the final output.
-; RUN: llc -mtriple x86_64-pc-linux-gnu %s -o - | FileCheck -check-prefix=DEBUG-OUTPUT %s
+; RUN: llc < %s -mtriple x86_64-pc-linux-gnu -o - | FileCheck -check-prefix=DEBUG-OUTPUT %s
 ; DEBUG-OUTPUT-NOT: .loc
 ; DEBUG-OUTPUT-NOT: {{.*}}.debug_info