Le 16 oct. 2012 à 10:14, Jean-Daniel Dupas <[email protected]> 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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to