================
@@ -1259,7 +1259,7 @@ void Module::SectionFileAddressesChanged() {
 }
 
 UnwindTable &Module::GetUnwindTable() {
-  if (!m_symfile_spec)
+  if (!m_symfile_up)
----------------
JDevlieghere wrote:

The other call sites have `GetSymbolFile(/*can_create=*/true)` but not here. 
Why? But this also suffers from the same issue I mentioned earlier.

https://github.com/llvm/llvm-project/pull/210206
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to