[PATCH] D95578: [Docs] Update HowToSubmitABug
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 27 16:31:52 PST 2021
aeubanks created this revision.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
With the new PM imminent, bugpoint will diverge from opt, meaning it may
not reproduce a crash with the same arguments passed to opt. We need to
specify alternatives to bugpoint for reducing crashes.
I looked at the rest of the document to see if anything could be
improved. Major highlights:
- Run -Xclang -disable-llvm-passes instead of -O0 for skipping IR passes
- Mention the files that clang dumps on a crash
- Remove outdated reference to `delta` and plug `creduce` instead
- Mention llvm-reduce on top of bugpoint
- Mention --print-before-all --print-module-scope
- Mention sanitizers in addition to valgrind
- Mention opt-bisect for miscompiles
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D95578
Files:
llvm/docs/HowToSubmitABug.rst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95578.319714.patch
Type: text/x-patch
Size: 9116 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210128/3bf78fcb/attachment.bin>
More information about the llvm-commits
mailing list