[Lldb-commits] [lldb] [lldb] Fix nullptr dereference on running x86 binary with x86-disabled llvm (PR #82603)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 22 12:48:13 PST 2024
jasonmolenda wrote:
tbh most of lldb would work without the llvm target compiled in, but the disassembler and the Intel assembly scanning unwind plan creator both need it, and the latter is more important.
https://github.com/llvm/llvm-project/pull/82603
More information about the lldb-commits
mailing list