[cfe-dev] Diagnostic*.inc files not being created

Ted Kremenek kremenek at apple.com
Fri Mar 27 15:53:37 PDT 2009


Hi Neal,

I'm not certain what version of LLVM you are using (LLVM, not Clang),  
but the latest Clang in SVN is developed in tandem with the latest  
LLVM.  You will need the LLVM sources from SVN (not LLVM 2.5) to build  
Clang.  Incidentally, what environment are you using?  Linux?   
Windows?  Mac?  What warning messages are you seeing?

Cheers,
Ted

On Mar 27, 2009, at 3:24 PM, Oliver, Neal wrote:

> I am new to llvm and clang, so apologies in advance if this is  
> already a known issue.
>
> I obtained clang from the .svn repository a couple of days ago, and  
> in attempting to build it, found that the Diagnostic*.inc (e.g.,  
> DiagnosticCommonKinds.inc) files are not being created.
>
> I understand that they are created by tblgen, and have been looking  
> around the makefiles to try to figure out what might not have run  
> correctly. I have tried running tblgen manually on the *.td files,  
> and seemed to be getting warning messages.
>
> Finally, the archive threads and the commit logs seem to show that  
> this code is being worked on currently by others.
>
> Could anyone give me advice either on creating the .inc files, or  
> how long to wait until the construction dust settles on these files?
>
> Thanks!
>
> Neal Oliver
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev




More information about the cfe-dev mailing list