[Lldb-commits] [lldb] [lldb] Fix nullptr dereference on running x86 binary with x86-disabled llvm (PR #82603)
Daniil Kovalev via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 22 01:14:26 PST 2024
kovdan01 wrote:
Please suggest ideas how this could be tested. It looks like that UnwindAssembly unittests is the right place for it - but UnwindAssemblyx86Tests cmake target is not built without X86 in `LLVM_TARGETS_TO_BUILD`, which is the pre-condition of the issue this PR is fixing.
https://github.com/llvm/llvm-project/pull/82603
More information about the lldb-commits
mailing list