Files
clang-p2996/llvm/test/tools/lto
Daniel Bertalan 77a074be52 [LTO] Fix tests with ld64 from Xcode 16 (#97193)
ld64 tests now fail with the following error if the target platform
(e.g. `-macosx_version_min`) is not specified:

```
warning: platform not specified
warning: No platform min-version specified on command line
kernelKit can only be used with -r, -kext and -static
```
2024-07-01 07:47:53 +02:00
..