================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to