Skip to content

Commit 781405e

Browse files
committed
[test] Add a couple of missing REQUIRES
These tests only work if the targets in the input are available.
1 parent 9bf5093 commit 781405e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/dsymutil/fat-header.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
REQUIRES: system-darwin
1+
REQUIRES: system-darwin,arm-registered-target,aarch64-registered-target
22

33
RUN: dsymutil -oso-prepend-path %p %p/Inputs/fat-test.arm.dylib -o %t.fat32.dSYM
44
RUN: llvm-objdump -m --universal-headers %t.fat32.dSYM/Contents/Resources/DWARF/fat-test.arm.dylib | FileCheck %s -check-prefixes=FAT32

0 commit comments

Comments
 (0)