summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Module.cpp
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2024-03-27 10:34:16 -0700
committerVitaly Buka <vitalybuka@google.com>2024-03-27 10:34:16 -0700
commitfe88e0c9dd5aaf8d86aed1f4935dc7ac3e4a97d4 (patch)
treed1093b3d86fc3ac1bc51c6d01288bb923932c012 /lldb/source/Core/Module.cpp
parent9386aff1a04de43eaf7f337ba51bd4cc641199c9 (diff)
[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.nfcir-add-setnosanitize-helpers
Created using spr 1.3.4 [skip ci]
Diffstat (limited to 'lldb/source/Core/Module.cpp')
-rw-r--r--lldb/source/Core/Module.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Core/Module.cpp b/lldb/source/Core/Module.cpp
index a520523a9652..9c105b3f0e57 100644
--- a/lldb/source/Core/Module.cpp
+++ b/lldb/source/Core/Module.cpp
@@ -1009,6 +1009,8 @@ SymbolFile *Module::GetSymbolFile(bool can_create, Stream *feedback_strm) {
m_symfile_up.reset(
SymbolVendor::FindPlugin(shared_from_this(), feedback_strm));
m_did_load_symfile = true;
+ if (m_unwind_table)
+ m_unwind_table->Update();
}
}
}