diff options
author | Raphael Isemann <teemperor@gmail.com> | 2020-09-04 11:25:38 +0200 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2020-09-04 11:25:43 +0200 |
commit | f9ad112770ece2e3612ddcdd6a4157bc0b0faf31 (patch) | |
tree | fa5dd2d764910e131c61611bda96730b55ade328 /clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp | |
parent | 0c2a4d3c1c95c8217e9e00d5a20feed0d5c37ac5 (diff) | |
download | llvm-f9ad112770ece2e3612ddcdd6a4157bc0b0faf31.zip llvm-f9ad112770ece2e3612ddcdd6a4157bc0b0faf31.tar.gz llvm-f9ad112770ece2e3612ddcdd6a4157bc0b0faf31.tar.bz2 |
[lldb] Speed up TestValueObjectRecursion by making it a no_debug_info_test
This is one of the most expensive tests and runs for nearly half a minute on
my machine. Beside this test just doing a lot of work by iterating 15k times on
one ValueObject (which seems to be the point), it also runs this for every
debug info variant which doesn't seem relevant to just iterating ValueObject.
This marks it as no_debug_info_test to only run one debug info variation
and cut down the runtime to around 7 seconds on my machine.
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp')
0 files changed, 0 insertions, 0 deletions