[cfe-commits] clangAST CMakeLists patch

Diekelman, Brian P CTR SAF/FMP (AFFSO) Brian.Diekelman at wpafb.af.mil
Wed Apr 1 12:00:12 PDT 2009


A clean checkout of trunk at r68202 was failing to link clang-cc.

 

It looks like TemplateName.cpp was missing in the clangAST
CMakeLists.txt.

 

With the following patch clang builds and links successfully with VC 9.

 

Index: CMakeLists.txt

===================================================================

--- CMakeLists.txt     (revision 68202)

+++ CMakeLists.txt     (working copy)

@@ -26,6 +26,7 @@

   StmtPrinter.cpp

   StmtSerialization.cpp

   StmtViz.cpp

+  TemplateName.cpp

   Type.cpp

   TypeSerialization.cpp

   )

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20090401/18009dd7/attachment.html>


More information about the cfe-commits mailing list