Skip to content

Commit 86b8e93

Browse files
committed
Create target without loading dependents
1 parent 2a64754 commit 86b8e93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lldb/test/Shell/Commands/command-statistics-dump.test

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# When we enable symbol preload and dump stats there should be a non-zero
44
# time for parsing symbol tables for the main module.
5-
# RUN: %lldb %t-main.exe \
6-
# RUN: -O "settings set plugin.jit-loader.gdb.enable off" \
5+
# RUN: %lldb -O "settings set plugin.jit-loader.gdb.enable off" \
76
# RUN: -O "settings set target.preload-symbols true" \
7+
# RUN: -o 'target create --no-dependents "%t-main.exe"' \
88
# RUN: -o "statistics dump" \
99
# RUN: -o "q" \
1010
# RUN: | FileCheck %s -check-prefixes=CHECK,PRELOAD_TRUE
@@ -21,9 +21,9 @@
2121

2222
# When we disable symbol preload and dump stats the symbol table
2323
# for main should not be parsed and have a time of 0.
24-
# RUN: %lldb %t-main.exe \
25-
# RUN: -O "settings set plugin.jit-loader.gdb.enable off" \
24+
# RUN: %lldb -O "settings set plugin.jit-loader.gdb.enable off" \
2625
# RUN: -O "settings set target.preload-symbols false" \
26+
# RUN: -o 'target create --no-dependents "%t-main.exe"' \
2727
# RUN: -o "statistics dump" \
2828
# RUN: -o "q" \
2929
# RUN: | FileCheck %s -check-prefixes=CHECK,PRELOAD_FALSE

0 commit comments

Comments
 (0)