[Lldb-commits] [lldb] [lldb] Fix nullptr dereference on running x86 binary with x86-disabled llvm (PR #82603)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 22 01:47:40 PST 2024


DavidSpickett wrote:

Can this code be hit when using an x86 core file? Then you could write a shell test thatis `UNSUPPORTED: x86-registered-target` (whatever the proper syntax is) and assert that it does not crash.

It won't get run on the build bots, they enable all targets, but it's nice to have anyway. Someone downstream might appreciate it.

https://github.com/llvm/llvm-project/pull/82603


More information about the lldb-commits mailing list