These are going to waste a lot of time and produce clutter when we're
bulk introducing crashes. Add a flag to disable this behavior in case
this matters to a reproducer.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
thanks, I've always manually added LLVM_DISABLE_SYMBOLIZATION to the reproducer, this is nicer
llvm/test/tools/llvm-reduce/Inputs/test-crash-vars.py | ||
---|---|---|
8 | a comment here that both env vars being "1" is interesting would be nice, it took a non-trivial amount of time to work out | |
llvm/tools/llvm-reduce/llvm-reduce.cpp | ||
115–116 | win premerge bot is failing, you need #ifdef _WIN32 #include <windows.h> #endif |
Comment Actions
It might be good to include the review URL in the commit message so its easy to find the review from the commit and have Phabricator auto-close the review :)
a comment here that both env vars being "1" is interesting would be nice, it took a non-trivial amount of time to work out