[cfe-commits] r135614 - in /cfe/trunk: include/clang/Basic/DiagnosticDriverKinds.td include/clang/Driver/ArgList.h include/clang/Driver/Compilation.h include/clang/Driver/Driver.h include/clang/Driver/Job.h lib/Driver/ArgList.cpp lib/Driver/Compilation.cpp lib/Driver/Driver.cpp lib/Driver/Job.cpp lib/Driver/Tools.cpp tools/driver/driver.cpp

Chad Rosier mcrosier at apple.com
Wed Jul 20 13:42:46 PDT 2011


Working on this now.

 Chad

On Jul 20, 2011, at 1:40 PM, Sean Hunt wrote:

> On 07/20/11 13:26, Chad Rosier wrote:
>> Author: mcrosier
>> Date: Wed Jul 20 15:26:32 2011
>> New Revision: 135614
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=135614&view=rev
>> Log:
>> When the compiler crashes, the compiler driver now produces diagnostic information
>> including the fully preprocessed source file(s) and command line arguments.  The
>> developer is asked to attach this diagnostic information to a bug report.
> 
> This breaks my build because BUG_REPORT_URL is not defined.
> 
> Sean




More information about the cfe-commits mailing list