summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2016-04-26 03:43:49 +0000
committerRichard Trieu <rtrieu@google.com>2016-04-26 03:43:49 +0000
commitd7f31a31d1c437e8e2452c219e56648edb0545f9 (patch)
treebfa61dc5ee902fb96151188c86acdb924b104654
parentab5171f988e31ae10c7b9ba1b2aa1e2031c6afd1 (diff)
downloadbcm5719-llvm-d7f31a31d1c437e8e2452c219e56648edb0545f9.tar.gz
bcm5719-llvm-d7f31a31d1c437e8e2452c219e56648edb0545f9.zip
Pass the test file in through stdin instead of by filename.
When passed in via filename, this test will fail if the path to the test has the strings "f1" and "f2" in somewhere. Pass the file through stdin to prevent test failures due to coincidences in path names. llvm-svn: 267517
-rw-r--r--llvm/test/CodeGen/ARM/inlineasm-X-constraint.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/inlineasm-X-constraint.ll b/llvm/test/CodeGen/ARM/inlineasm-X-constraint.ll
index 8904a71cd95..d3d53df11b5 100644
--- a/llvm/test/CodeGen/ARM/inlineasm-X-constraint.ll
+++ b/llvm/test/CodeGen/ARM/inlineasm-X-constraint.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=armv7-none-eabi -mattr=+neon %s -o - | FileCheck %s
+; RUN: llc -mtriple=armv7-none-eabi -mattr=+neon < %s -o - | FileCheck %s
; The following functions test the use case where an X constraint is used to
; add a dependency between an assembly instruction (vmsr in this case) and
OpenPOWER on IntegriCloud