[all-commits] [llvm/llvm-project] d7b4de: [cmake, Apple] Check ld-classic when looking for ld...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Jan 5 14:13:38 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d7b4debf98fd740f821bda717de7b807e26ae95a
https://github.com/llvm/llvm-project/commit/d7b4debf98fd740f821bda717de7b807e26ae95a
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-01-05 (Fri, 05 Jan 2024)
Changed paths:
M llvm/cmake/config-ix.cmake
Log Message:
-----------
[cmake,Apple] Check ld-classic when looking for ld64. (#77136)
In newer SDKs, ld64 is called ld-classic. Look for it first, as ld in
those SDKs is still missing some functionality some tests depend on.
This enables running the tests from check-llvm-tools-lto with newer SDKs
on ARM64 macOS.
More information about the All-commits
mailing list