Skip to content

Commit 94d9455

Browse files
committed
[lld] Fix REQUIRES line in new test
Noticed by chapuni: #67445 (review) Fixes a test failure if X86 isn't in LLVM_TARGETS_TO_BUILD.
1 parent 256ac46 commit 94d9455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/MachO/weak-definition-in-main-file.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; REQUIRES: aarch64
1+
; REQUIRES: x86
22
; RUN: rm -rf %t; split-file %s %t
33

44
;; Test that a weak symbol in a direct .o file wins over

0 commit comments

Comments
 (0)