[cfe-dev] missing DiagnosticGroups.inc, clang can't build

Sebastian Redl sebastian.redl at getdesigned.at
Fri Apr 17 01:58:23 PDT 2009


Chris Lattner wrote:
> On Apr 16, 2009, at 11:10 PM, ether zhhb wrote:
>
>   
>> Hi,
>>
>> I've just update my llvm/clang source to revision 69348 today, then I
>> generate a project for visualstudio2008 by cmake with default option,
>> and try to build it, an error occur when compiling Warnings.cpp in
>> clang-cc, who trying to include "clang/Basic/DiagnosticGroups.inc".
>>
>> I found that there is nether "DiagnosticGroups.inc" in the source tree
>> on my computer, nor in http://llvm.org/svn/llvm-project/cfe/trunk/.
>>
>> How can I get the DiagnosticGroups.inc?
>> There is a  "DiagnosticGroups.td", is this file for generating
>> DiagnosticGroups.inc by something like tblgen with some setting to
>> cmake?
>>     
>
> Ah, the VC++ project files and cmake probably don't know how to run  
> tblgen to build this.  Help? :)
>   
Try this patch. If it doesn't work, we'll need Doug.

Sebastian
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: groups.patch
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090417/44f227a6/attachment.ksh>


More information about the cfe-dev mailing list