[Lldb-commits] [lldb] [lldb/cmake] Implicitly pass arguments to llvm_add_library (PR #142583)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 4 11:27:43 PDT 2025
JDevlieghere wrote:
This appears to have broken the standalone build. I think we're no longer passing up the `ENTITLEMENTS` argument:
```
[2025-06-04T13:26:59.289Z] ld: library 'ENTITLEMENTS' not found
[2025-06-04T13:26:59.289Z] c++: error: linker command failed with exit code 1 (use -v to see invocation)
```
https://ci.swift.org/view/all/job/llvm.org/view/LLDB/job/lldb-cmake-standalone/1782/
I'll take a look today.
https://github.com/llvm/llvm-project/pull/142583
More information about the lldb-commits
mailing list