This is an archive of the discontinued LLVM Phabricator instance.

Bring back the test-suite export in test-release without bringing back the build failures.
ClosedPublic

Authored by dsanders on Jan 28 2016, 3:27 AM.

Details

Summary

r257791 disabled the test-suite export since the addition of CMakeLists.txt was
causing build failures. This patch exports the test-suite again but does so
outside the source tree so that it isn't included in the Phase[123] builds.

Diff Detail

Event Timeline

dsanders updated this revision to Diff 46255.Jan 28 2016, 3:27 AM
dsanders retitled this revision from to Bring back the test-suite export in test-release without bringing back the build failures..
dsanders updated this object.
dsanders added a reviewer: hans.
dsanders added a subscriber: llvm-commits.
hans accepted this revision.Jan 28 2016, 9:53 AM
hans edited edge metadata.

lgtm, thanks!

The code will become simpler when we rip out all the autoconf code, but I'm holding off on that until after the release to make merges easier.

This revision is now accepted and ready to land.Jan 28 2016, 9:53 AM
dsanders closed this revision.Jan 28 2016, 1:09 PM

Thanks. Committed to branch in r259093 and trunk in r259094. (I forgot I was on the branch and committed there first).