]> granicus.if.org Git - clang/commitdiff
CMake: remove TranslationUnit.cpp from build (file has been removed).
authorCedric Venet <cedric.venet@laposte.net>
Sat, 28 Mar 2009 12:41:49 +0000 (12:41 +0000)
committerCedric Venet <cedric.venet@laposte.net>
Sat, 28 Mar 2009 12:41:49 +0000 (12:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67944 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/CMakeLists.txt

index 5ea7a47fd6028af4f56e0cf48dd195a6c5ada984..1d1d1d8a5484e654564083f0571b111be3b31366 100644 (file)
@@ -26,7 +26,6 @@ add_clang_library(clangAST
   StmtPrinter.cpp
   StmtSerialization.cpp
   StmtViz.cpp
-  TranslationUnit.cpp
   Type.cpp
   TypeSerialization.cpp
   )