File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments