Fixes a small omission in libcxx that prevents libcxx being built when -DLIBCXX_ENABLE_EXCEPTIONS=0 is used.
I will do a follow-up patch to introduce the new libc++ build to the buildbot.
Differential D14292
[libcxx] Make it possible to build a no-exceptions variant of libcxx. rmaprath on Nov 3 2015, 10:13 AM. Authored by
Details
Fixes a small omission in libcxx that prevents libcxx being built when -DLIBCXX_ENABLE_EXCEPTIONS=0 is used. I will do a follow-up patch to introduce the new libc++ build to the buildbot.
Diff Detail Event TimelineComment Actions Patch updated to add XFAILS for all those tests that are failing on the new (-fno-exceptions) library variant. Follow-up patches will progressively un-XFAIL these tests (i.e. adapt them to cope with the new library variant). Comment Actions Thanks Jon! Committed as r252598. The current buildbots are happy (except for the ARM one, which seem to have gone away). I will update D14293 to include the new runs. Cheers,
|