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
This commit is contained in:
Teresa Johnson 2018-04-17 20:36:51 +00:00
parent 8db2d1cbdf
commit 005aadaa0d
1 changed files with 2 additions and 1 deletions

View File

@ -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