[lld] c32aee5 - [lld-macho] Try to fix cross-platform test from D96565
Jez Ng via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 22 11:47:57 PST 2021
Author: Jez Ng
Date: 2021-02-22T14:47:45-05:00
New Revision: c32aee5a5e4da2554d23e2c7de5dffcd275a412e
URL: https://github.com/llvm/llvm-project/commit/c32aee5a5e4da2554d23e2c7de5dffcd275a412e
DIFF: https://github.com/llvm/llvm-project/commit/c32aee5a5e4da2554d23e2c7de5dffcd275a412e.diff
LOG: [lld-macho] Try to fix cross-platform test from D96565
Added:
Modified:
lld/test/MachO/header.s
Removed:
################################################################################
diff --git a/lld/test/MachO/header.s b/lld/test/MachO/header.s
index 58565bccc437..b215dc4a1bea 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
More information about the llvm-commits
mailing list