This is an archive of the discontinued LLVM Phabricator instance.

[libc++abi] Fix unused function when building with LIBCXXABI_SILENT_TERMINATE
ClosedPublic

Authored by thomasanderson on Jan 22 2018, 4:14 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

thomasanderson created this revision.Jan 22 2018, 4:14 PM
thomasanderson edited the summary of this revision. (Show Details)Jan 22 2018, 4:15 PM

thakis@ ptal and land if lg

pcc added subscribers: llvm-commits, pcc.

Adding more reviewers.

pcc added inline comments.Jan 24 2018, 3:51 PM
src/cxa_default_handlers.cpp
80 ↗(On Diff #130983)

I think this needs to be moved to line 24.

thomasanderson marked an inline comment as done.
pcc accepted this revision.Jan 24 2018, 5:37 PM

LGTM

This revision is now accepted and ready to land.Jan 24 2018, 5:37 PM
This revision was automatically updated to reflect the committed changes.