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

David Peixotto via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 5 12:40:03 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.
----------------
dmpots wrote:

Added the comment, thanks!

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


More information about the lldb-commits mailing list