[cfe-commits] [PATCH] Revised patch for generating diagnostics information for crashing clang

Chad Rosier mcrosier at apple.com
Tue Jul 26 13:27:23 PDT 2011


Attached is a revised patch for generating diagnostics information when clang crashes.  Would someone mind giving it a quick review? In particular, I'm interested in feedback on the cmake configuration as this caused buildbot failures in the past.  I was able to build and test using cmake on my Darwin system.

 Regards,
  Chad

-------------- next part --------------
A non-text attachment was scrubbed...
Name: genDiagnostics.diff
Type: application/octet-stream
Size: 15468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110726/9bbb9dfe/attachment.obj>
-------------- next part --------------



On Jul 20, 2011, at 2:18 PM, Chad Rosier wrote:

> 
> On Jul 20, 2011, at 1:42 PM, Chad Rosier wrote:
> 
>> Working on this now.
> 
> Temporarily reverted in r135621, while I fix the cmake build.
> 
>> 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
>> 
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
> 
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



More information about the cfe-commits mailing list