[all-commits] [llvm/llvm-project] 77a074: [LTO] Fix tests with ld64 from Xcode 16 (#97193)

Daniel Bertalan via All-commits all-commits at lists.llvm.org
Sun Jun 30 22:48:15 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 77a074be52beab8b183066e3467d5469de00ab06
      https://github.com/llvm/llvm-project/commit/77a074be52beab8b183066e3467d5469de00ab06
  Author: Daniel Bertalan <dani at danielbertalan.dev>
  Date:   2024-07-01 (Mon, 01 Jul 2024)

  Changed paths:
    M llvm/test/tools/lto/no-bitcode.s
    M llvm/test/tools/lto/opt-level.ll
    M llvm/test/tools/lto/print-stats.ll

  Log Message:
  -----------
  [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
```



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list