[PATCH] D124562: [lld-macho][nfc] Set test min version to 11.0
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 4 15:02:01 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG19bb38b9c93c: [lld-macho][nfc] Set test min version to 11.0 (authored by int3).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124562/new/
https://reviews.llvm.org/D124562
Files:
lld/test/MachO/lit.local.cfg
Index: lld/test/MachO/lit.local.cfg
===================================================================
--- lld/test/MachO/lit.local.cfg
+++ lld/test/MachO/lit.local.cfg
@@ -19,7 +19,7 @@
# Since most of our tests are written around x86_64, we give this platform the
# shortest substitution of "%lld".
-lld = ('ld64.lld -arch x86_64 -platform_version macos 10.15 11.0 -syslibroot ' +
+lld = ('ld64.lld -arch x86_64 -platform_version macos 11.0 11.0 -syslibroot ' +
os.path.join(config.test_source_root, "MachO", "Inputs", "MacOSX.sdk"))
config.substitutions.append(('%lld', lld + ' -fatal_warnings'))
config.substitutions.append(('%no-fatal-warnings-lld', lld))
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124562.427151.patch
Type: text/x-patch
Size: 673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220504/21f26ee4/attachment.bin>
More information about the llvm-commits
mailing list