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
rv.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
