[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
Mon Mar 11 10:10:19 PDT 2024


================
@@ -0,0 +1,10 @@
+# UNSUPPORTED: x86
----------------
kovdan01 wrote:

Yes, I've checked that with `X86` in `LLVM_TARGETS_TO_BUILD`, the test becomes unsupported. So, it looks like it's currently OK

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


More information about the lldb-commits mailing list