[cfe-commits] [patch] Forward VERBOSE flag to compiler-rt Makefile.

Jean-Daniel Dupas devlists at shadowlab.org
Thu Oct 18 05:55:24 PDT 2012


Le 16 oct. 2012 à 10:14, Jean-Daniel Dupas <devlists at shadowlab.org> a écrit :

> Hello,
> 
> Using the autoconf build system, it is possible to build clang in verbose mode to get the full transcript of the build (using "make VERBOSE=1").
> This is useful to track issues with the build system. Unfortunately, it does not work when you want to find an issue in the compiler-rt compilation (that is automatically done while compiling clang).
> 
> This patch try to solve this issue by forwarding the VERBOSE flag to compiler-rt build.
> 
> Please, can someone review it.
> Thanks.
> 
> -- Jean-Daniel
> 


I moved this patch to phabricator ( http://llvm-reviews.chandlerc.com/D67 ) to experiment with the system. 

So this previous mail can be ignored.

-- Jean-Daniel





More information about the cfe-commits mailing list