[PATCH] D14513: [CMake] Add support for building the llvm test-suite as part of an LLVM build using clang and lld

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 10 10:03:26 PST 2015


> On Nov 10, 2015, at 1:56 AM, Renato Golin <renato.golin at linaro.org> wrote:
> 
> rengolin added a comment.
> 
> So, one could just:
> 
>  $ make test-suite
> 
> from the main LLVM build tree? That'd be awesome!

Yep, that’s exactly it.

> 
> Would it be that much harder to add RT and libc++ now?

It shouldn’t be too hard, but I’d like to do it as a separate patch because I want to change how we do those in a more dramatic way.

-Chris

> 
> 
> http://reviews.llvm.org/D14513
> 
> 
> 



More information about the llvm-commits mailing list