This revision was automatically updated to reflect the committed changes.
Closed by commit rL337261: Move pretty stack trace printer into driver.
(authored by JDevlieghere, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D49377?vs=155684&id=155834#toc
Repository:
rL LLVM
h
JDevlieghere updated this revision to Diff 155684.
JDevlieghere added a comment.
Herald added a subscriber: ki.stfu.
I've added it to the tools that made sense to me. Let me know if I missed
something obvious.
https://reviews.llvm.org/D49377
Files:
source/Initialization/SystemInitializerComm
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
I think this makes perfect sense. Could you also add the same thing to the
other binaries in the tools subfolder?
https://reviews.llvm.org/D49377
__
JDevlieghere created this revision.
JDevlieghere added reviewers: jingham, labath, zturner.
Herald added a reviewer: jfb.
We used to have a pretty stack trace printer in SystemInitializerCommon. This
was disabled on Apple because we didn't want the library to be setting signal
handlers, as this