[PATCH] D119181: [Support] Don't print stacktrace if DbgHelp.dll hasn't been loaded yet
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 7 13:16:10 PST 2022
aganea added a comment.
Maybe take a look at `llvm/unittests/Support/ProgramTest.cpp` (for example `TestExecuteAndWaitTimeout`). You should be able to start the executable again with an extra env. variable which prevents the call to `PrintStackTraceOnErrorSignal` in `llvm/utils/unittest/UnitTestMain/TestMain.cpp`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119181/new/
https://reviews.llvm.org/D119181
More information about the llvm-commits
mailing list