This is an archive of the discontinued LLVM Phabricator instance.

[libc++abi] Allow use just compiled clang++ for tests
ClosedPublic

Authored by rengolin on Jul 27 2015, 6:19 AM.

Details

Summary

Currently, the tests assume the system compiler is the one we want
to test, but if we build libcxxabi together with LLVM+Clang, it'll
get the wrong compiler.

This patch allows us to test if we have clang++ in our /bin directory,
and if so, use it.

Diff Detail

Event Timeline

rengolin updated this revision to Diff 30686.Jul 27 2015, 6:19 AM
rengolin retitled this revision from to [libc++abi] Allow use just compiled clang++ for tests.
rengolin updated this object.
rengolin set the repository for this revision to rL LLVM.
rengolin added a subscriber: llvm-commits.

Ping? This seems like a no-brainer.

jroelofs accepted this revision.Jul 30 2015, 9:07 AM
jroelofs edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jul 30 2015, 9:07 AM
rengolin closed this revision.Jul 31 2015, 8:25 AM

Thanks! r243752.