[Lldb-commits] [lldb] [lldb] Expose language plugin commands based based on language of current frame (PR #136766)
Dmitry Vasilyev via lldb-commits
lldb-commits at lists.llvm.org
Wed May 28 14:50:30 PDT 2025
slydiman wrote:
The following buildbots are broken
https://lab.llvm.org/buildbot/#/builders/197/builds/5950
```
ld.lld: error: unable to find library -lobjc
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile.rules:530: a.out] Error 1
```
https://lab.llvm.org/buildbot/#/builders/195/builds/9686
```
ld.lld: error: unable to find library -lobjc
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake: *** [Makefile.rules:530: a.out] Error 1
```
Please fix it ASAP.
https://github.com/llvm/llvm-project/pull/136766
More information about the lldb-commits
mailing list