summaryrefslogtreecommitdiffstats
path: root/lib/AST/CMakeLists.txt
diff options
context:
space:
mode:
authorCedric Venet <cedric.venet@laposte.net>2009-03-28 12:41:49 +0000
committerCedric Venet <cedric.venet@laposte.net>2009-03-28 12:41:49 +0000
commitec6986a8a8ede664fa3762f77bd40a383a954a76 (patch)
tree63d55482dabfac49747fc24ac61eb121475ca703 /lib/AST/CMakeLists.txt
parentaecc23dd9627b12d5d344f9c3a904448b9ac8861 (diff)
CMake: remove TranslationUnit.cpp from build (file has been removed).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67944 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/CMakeLists.txt')
-rw-r--r--lib/AST/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AST/CMakeLists.txt b/lib/AST/CMakeLists.txt
index 5ea7a47fd6..1d1d1d8a54 100644
--- a/lib/AST/CMakeLists.txt
+++ b/lib/AST/CMakeLists.txt
@@ -26,7 +26,6 @@ add_clang_library(clangAST
StmtPrinter.cpp
StmtSerialization.cpp
StmtViz.cpp
- TranslationUnit.cpp
Type.cpp
TypeSerialization.cpp
)