forked from OSchip/llvm-project
nm-trivial-object.test requires shell since Lit internal runner isn't capable of chdir.
llvm-svn: 211537
This commit is contained in:
parent
60400ecbce
commit
0c2a080158
|
@ -26,6 +26,7 @@ RUN: mkdir -p %t
|
|||
RUN: cd %t
|
||||
RUN: cp %p/Inputs/trivial-object-test.macho-i386 a.out
|
||||
RUN: llvm-nm | FileCheck %s -check-prefix A-OUT
|
||||
REQUIRES: shell
|
||||
|
||||
|
||||
COFF: 00000000 d .data
|
||||
|
|
Loading…
Reference in New Issue