This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Test support for the externally threaded libcxxabi variant
AbandonedPublic

Authored by rmaprath on Nov 29 2016, 5:19 AM.

Details

Summary

This patch adds test support for the externally-threaded libcxxabi variant introduced in D27204.

Unfortunately, some cross-wiring (in the cmake files) is necessary to get the test suite to work.

Perhaps we should make it such that, when building either of the libraries (libcxx or libcxxabi) in the externally-threaded configuration, the other library is always assumed to be built in the same configuration.

Diff Detail

Event Timeline

rmaprath updated this revision to Diff 79545.Nov 29 2016, 5:19 AM
rmaprath retitled this revision from to [libcxx] Test support for the externally threaded libcxxabi variant.
rmaprath updated this object.
rmaprath added reviewers: mclow.lists, EricWF, bcraig.
rmaprath abandoned this revision.Dec 8 2016, 9:10 AM

Abandoning (replaced with D27575/D27576).