summaryrefslogtreecommitdiff
path: root/test/Linker/targettriple.ll
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2015-03-02 21:33:18 +0000
committerReid Kleckner <reid@kleckner.net>2015-03-02 21:33:18 +0000
commit2dc2d3f820494f5041905121472ca199858807d1 (patch)
treefca71510afee93bc20620d950478dddba4caaadb /test/Linker/targettriple.ll
parent4d1d4bad1374c32f6ce637ecc13ac7f27d5dcfe1 (diff)
lit: Add 'cd' support to the internal shell and port some tests
The internal shell was already threading around a 'cwd' parameter. We just have to make it mutable so that we can update it as the test script executes. If the shell ever grows support for environment variable substitution, we could also implement support for export. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231017 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker/targettriple.ll')
-rw-r--r--test/Linker/targettriple.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Linker/targettriple.ll b/test/Linker/targettriple.ll
index 87787067006..a159797856c 100644
--- a/test/Linker/targettriple.ll
+++ b/test/Linker/targettriple.ll
@@ -1,4 +1,3 @@
-; REQUIRES: shell
; RUN: llvm-link %s %S/Inputs/targettriple-a.ll -S -o - 2>%t.a.err | FileCheck %s
; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty