diff options
author | Teresa Johnson <tejohnson@google.com> | 2018-04-17 20:36:51 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2018-04-17 20:36:51 +0000 |
commit | 005aadaa0de15e9aeeea5763a3bf696c1abb9095 (patch) | |
tree | 9259b6cd4c611d9bf978013a92395132d1f098b7 /clang/test/CodeGen/thinlto_backend.ll | |
parent | 8db2d1cbdf39df6312d92e75e24222117fc47109 (diff) | |
download | bcm5719-llvm-005aadaa0de15e9aeeea5763a3bf696c1abb9095.tar.gz bcm5719-llvm-005aadaa0de15e9aeeea5763a3bf696c1abb9095.zip |
Require shell for test
Attempt to fix windows bot which doesn't like the "(cd .." invocation
added in r330194:
http://lab.llvm.org:8011/builders/clang-with-thin-lto-windows/builds/8704/steps/stage%202%20check/logs/stdio
llvm-svn: 330212
Diffstat (limited to 'clang/test/CodeGen/thinlto_backend.ll')
-rw-r--r-- | clang/test/CodeGen/thinlto_backend.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGen/thinlto_backend.ll b/clang/test/CodeGen/thinlto_backend.ll index 5b1964ac7d5..17e8183680b 100644 --- a/clang/test/CodeGen/thinlto_backend.ll +++ b/clang/test/CodeGen/thinlto_backend.ll @@ -1,4 +1,5 @@ -; REQUIRES: x86-registered-target +; shell required since the windows bot does not like the "(cd ..." +; REQUIRES: x86-registered-target, shell ; RUN: opt -module-summary -o %t1.o %s ; RUN: opt -module-summary -o %t2.o %S/Inputs/thinlto_backend.ll |