llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29.38k stars 12.15k forks source link

Add lldb to Darwin binary release #54073

Open Kristine1975 opened 2 years ago

Kristine1975 commented 2 years ago

Currently lldb isn't included in the Darwin binaries, contrary to e.g. the binary release for Ubuntu x86_64. As lldb works on Darwin, it should be included in the binary release.

Teemperor commented 2 years ago

Side note: On macOS there are some code signing requirements[1] to actually use LLDB to debug processes (unless you fall back to the system debugserver). So that might make this endeavor a bit more tricky then just putting lldb into the build project list.

[1] https://lldb.llvm.org/resources/build.html#code-signing-on-macos

llvmbot commented 2 years ago

@llvm/issue-subscribers-lldb