This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Make it possible to build a no-exceptions variant of libcxx.
AbandonedPublic

Authored by rmaprath on Oct 29 2015, 5:48 AM.

Details

Summary

Fixes a small omission in libcxx that prevents libcxx being built when -DLIBCXX_ENABLE_EXCEPTIONS=0 is used.

I have a separate patch to add a no-exceptions build of libcxx to zorg in D14287 (blocked on the current patch).

Diff Detail

Event Timeline

rmaprath updated this revision to Diff 38725.Oct 29 2015, 5:48 AM
rmaprath retitled this revision from to Make it possible to build a no-exceptions variant of libcxx..
rmaprath updated this object.
rmaprath retitled this revision from Make it possible to build a no-exceptions variant of libcxx. to [libcxx] Make it possible to build a no-exceptions variant of libcxx..Nov 3 2015, 8:09 AM
rmaprath updated this object.
rmaprath added reviewers: mclow.lists, rengolin.
rmaprath added a subscriber: cfe-commits.
rmaprath abandoned this revision.Nov 3 2015, 10:10 AM

Abandoning revision as it seems I cannot add subscribers/reviewers to existing phab reviews.