[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
Mon Mar 11 09:31:23 PDT 2024


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

Actually, I'm wrong.

We get the configured targets from llvm-config and I think that adds "X86" as a feature, target- is about what the default triple of llvm is.

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


More information about the lldb-commits mailing list