[PATCH] D29840: test-release.sh: Remove workaround for test-suite build
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 27 06:48:18 PST 2017
tstellar added a comment.
In https://reviews.llvm.org/D29840#686154, @rengolin wrote:
> In https://reviews.llvm.org/D29840#686140, @tstellar wrote:
>
> > It won't do this, because the cmake file in the project dir explicitly doesn't build the test-suite: https://github.com/llvm-mirror/llvm/blob/master/projects/CMakeLists.txt.
>
>
> Ah, excellent!
>
> If that's the case, then keeping it in `projects` is harmless and probably simpler.
>
> cheers,
> --renato
I ended up putting it in $proj.src, for consistency with the export-only case.
https://reviews.llvm.org/D29840
More information about the llvm-commits
mailing list