From d7f31a31d1c437e8e2452c219e56648edb0545f9 Mon Sep 17 00:00:00 2001 From: Richard Trieu Date: Tue, 26 Apr 2016 03:43:49 +0000 Subject: 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 --- llvm/test/CodeGen/ARM/inlineasm-X-constraint.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/ARM/inlineasm-X-constraint.ll') 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 -- cgit v1.2.3