[all-commits] [llvm/llvm-project] 19bb38: [lld-macho][nfc] Set test min version to 11.0
Jez Ng via All-commits
all-commits at lists.llvm.org
Wed May 4 15:01:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19bb38b9c93c7b94dfbe89a67f8a97d0cbf8e23a
https://github.com/llvm/llvm-project/commit/19bb38b9c93c7b94dfbe89a67f8a97d0cbf8e23a
Author: Jez Ng <jezng at fb.com>
Date: 2022-05-04 (Wed, 04 May 2022)
Changed paths:
M lld/test/MachO/lit.local.cfg
Log Message:
-----------
[lld-macho][nfc] Set test min version to 11.0
The arm64-apple-macos triple is only valid for versions >= 11.0. (If
one passes arm64-apple-macos10.15 to llvm-mc, the output's min version is still
11.0). In order to write tests easily for both target archs, let's up the
default min version in our tests.
Reviewed By: #lld-macho, thakis
Differential Revision: https://reviews.llvm.org/D124562
More information about the All-commits
mailing list