We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b8e93 commit b63d34aCopy full SHA for b63d34a
lldb/test/Shell/Commands/command-statistics-dump.test
@@ -1,3 +1,12 @@
1
+# This test validates that statistics generation does not force loading
2
+# symbol tables. In order to avoid other sources of symbol loading we
3
+# create the target without loading dependents and do not actually
4
+# run it. Running the target is a problem because there are various
5
+# instrumentation plugins (e.g. ASAN) that are always enabled and force
6
+# symbol loading. If you see this test start to fail we may have added
7
+# a new source of symbol loading unexpectedly.
8
+
9
+# Build a simple test executable.
10
# RUN: %clang_host -g %S/Inputs/main.c -o %t-main.exe
11
12
# When we enable symbol preload and dump stats there should be a non-zero
0 commit comments