projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2e15fa
)
[lld-macho] Try to fix cross-platform test from D96565
author
Jez Ng
<jezng@fb.com>
Mon, 22 Feb 2021 19:47:25 +0000
(14:47 -0500)
committer
Jez Ng
<jezng@fb.com>
Mon, 22 Feb 2021 19:47:45 +0000
(14:47 -0500)
lld/test/MachO/header.s
patch
|
blob
|
history
diff --git
a/lld/test/MachO/header.s
b/lld/test/MachO/header.s
index 58565bccc437f0f7db6959664a3a6843577f8244..b215dc4a1beae74a2fcd3755ad8a47ace96b6321 100644
(file)
--- 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