forked from OSchip/llvm-project
[dsymutil] Require darwin in fat binary test
dsymutil uses lipo(1) to build the fat binary, which it invokes as a process. For that, we need to only run this test on darwin systems. Should fix: http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-ubuntu/builds/181/steps/test-check-all/logs/stdio
This commit is contained in:
parent
1ee18f275e
commit
86cdf74dc8
|
@ -1,3 +1,5 @@
|
|||
REQUIRES : system-darwin
|
||||
|
||||
RUN: rm -rf %t
|
||||
RUN: mkdir -p %t
|
||||
RUN: cat %p/../Inputs/remarks/fat.macho.remarks.x86 > %t/fat.macho.remarks.x86
|
||||
|
|
Loading…
Reference in New Issue