[lld-macho] Try to fix cross-platform test from D96565

This commit is contained in:
Jez Ng 2021-02-22 14:47:25 -05:00
parent a2e15fa532
commit c32aee5a5e
1 changed files with 1 additions and 0 deletions

View File

@ -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