This is an archive of the discontinued LLVM Phabricator instance.

[libc++] do not define exception handlers when building with supc++
ClosedPublic

Authored by compnerd on Jan 21 2013, 7:01 PM.

Details

Reviewers
compnerd
Summary

terminate_handler and unexpected_handler are defined but not used when
building against libsupc++ as the functions for which they are used are provided
by libsupc++. Simply preprocess them away when building against libsupc++.

Diff Detail

Event Timeline

compnerd accepted this revision.Jan 22 2013, 7:40 AM
compnerd closed this revision.