[Lldb-commits] [lldb] [lldb] Avoid force loading symbol files in statistics collection (PR #129593)

via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 5 11:52:00 PST 2025


================
@@ -0,0 +1,31 @@
+# RUN: %clang_host -g %S/Inputs/main.c -o %t-main.exe
+
+# When we enable symbol preload and dump stats there should be a non-zero
+# time for parsing symbol tables for the main module.
----------------
jeffreytan81 wrote:

Can you add top level comment explicitly point out that the test tries to only create the main target module without running or loading dependency to avoid any runtime plugin global symbol lookup. This is a key assumption. 

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


More information about the lldb-commits mailing list