[PATCH] D140861: llvm-reduce: Only disable crash reports in the child
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 2 18:49:26 PST 2023
arsenm created this revision.
arsenm added reviewers: regehr, aeubanks.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.
Disabling the crash reports and symbolization had unexpected
effects when using lldb on llvm-reduce itself.
Core files are still disabled in the parent. It's probably
not simple to only set this in the child, and I can't think of a
scenario where I would need core dumps for llvm-reduce.
https://reviews.llvm.org/D140861
Files:
llvm/tools/llvm-reduce/TestRunner.cpp
llvm/tools/llvm-reduce/TestRunner.h
llvm/tools/llvm-reduce/llvm-reduce.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140861.485901.patch
Type: text/x-patch
Size: 4534 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230103/fcc90863/attachment.bin>
More information about the llvm-commits
mailing list