From: Jez Ng Date: Mon, 22 Feb 2021 19:47:25 +0000 (-0500) Subject: [lld-macho] Try to fix cross-platform test from D96565 X-Git-Tag: llvmorg-14-init~14389 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c32aee5a5e4da2554d23e2c7de5dffcd275a412e;p=platform%2Fupstream%2Fllvm.git [lld-macho] Try to fix cross-platform test from D96565 --- diff --git a/lld/test/MachO/header.s b/lld/test/MachO/header.s index 58565bc..b215dc4 100644 --- a/lld/test/MachO/header.s +++ b/lld/test/MachO/header.s @@ -1,3 +1,4 @@ +# REQUIRES: x86, arm # RUN: rm -rf %t && mkdir -p %t # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t/test.o # RUN: %lld -arch x86_64 -platform_version macos 10.5.0 11.0 -o %t/x86-64-executable %t/test.o