This is an archive of the discontinued LLVM Phabricator instance.

[libcxxabi] Set correct libc++ version in tests.
AbandonedPublic

Authored by eugenis on Oct 13 2015, 12:04 PM.

Details

Summary

Libcxxabi tests are built against non-installed libc++ headers, and they need to know the ABI version libc++ is configured for.

This needs to go in at the same time as D11740.

Diff Detail

Repository
rL LLVM

Event Timeline

eugenis updated this revision to Diff 37280.Oct 13 2015, 12:04 PM
eugenis retitled this revision from to [libcxxabi] Set correct libc++ version in tests..
eugenis updated this object.
eugenis added reviewers: mclow.lists, EricWF.
eugenis set the repository for this revision to rL LLVM.
eugenis added a subscriber: cfe-commits.
EricWF edited edge metadata.Oct 13 2015, 4:03 PM

This is fine as a temporary workaround but it's not complete. I would rather do something better.

eugenis abandoned this revision.Oct 19 2015, 1:34 PM