[all-commits] [llvm/llvm-project] 33b689: [dsymutil] Automatically generate a reproducer whe...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jun 14 16:00:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33b6891db24dd1e6702b4f04d2b08c1bf417dbee
https://github.com/llvm/llvm-project/commit/33b6891db24dd1e6702b4f04d2b08c1bf417dbee
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-06-14 (Tue, 14 Jun 2022)
Changed paths:
M llvm/docs/CommandGuide/dsymutil.rst
M llvm/test/tools/dsymutil/X86/reproducer.test
M llvm/test/tools/dsymutil/cmdline.test
M llvm/tools/dsymutil/Options.td
M llvm/tools/dsymutil/Reproducer.cpp
M llvm/tools/dsymutil/Reproducer.h
M llvm/tools/dsymutil/dsymutil.cpp
Log Message:
-----------
[dsymutil] Automatically generate a reproducer when dsymutil crashes
Automatically generate a reproducer when dsymutil crashes. We already
support generating reproducers with the --gen-reproducer flag, which
emits a reproducer on exit. This patch adds support for doing the same
on a crash and makes it the default behavior.
rdar://68357665
Differential revision: https://reviews.llvm.org/D127441
More information about the All-commits
mailing list