[cfe-commits] clangAST CMakeLists patch
Ted Kremenek
kremenek at apple.com
Wed Apr 1 12:11:16 PDT 2009
Applied!
On Apr 1, 2009, at 12:00 PM, Diekelman, Brian P CTR SAF/FMP (AFFSO)
wrote:
> 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
> )
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20090401/18e75920/attachment.html>
More information about the cfe-commits
mailing list