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

Jean-Daniel Dupas devlists at shadowlab.org
Tue Oct 16 01:14:38 PDT 2012


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



-------------- next part --------------
A non-text attachment was scrubbed...
Name: rv.patch
Type: application/octet-stream
Size: 954 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121016/28196b60/attachment.obj>


More information about the cfe-commits mailing list