diff options
| author | Douglas Gregor <dgregor@apple.com> | 2011-02-28 14:32:11 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2011-02-28 14:32:11 +0000 |
| commit | cce5c97ac3594e81a17704d5e2347c85bbd473c3 (patch) | |
| tree | b338cd2bc86013e77a152b5e6e1baf7daf9ca24a /clang/lib | |
| parent | f66e4611f96cbc6336c216169e5c2cbd0f9b8ffc (diff) | |
| download | bcm5719-llvm-cce5c97ac3594e81a17704d5e2347c85bbd473c3.tar.gz bcm5719-llvm-cce5c97ac3594e81a17704d5e2347c85bbd473c3.zip | |
Unbreak CMake build
llvm-svn: 126653
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/AST/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/AST/CMakeLists.txt b/clang/lib/AST/CMakeLists.txt index 9fe18407a83..63583a02bfd 100644 --- a/clang/lib/AST/CMakeLists.txt +++ b/clang/lib/AST/CMakeLists.txt @@ -24,6 +24,7 @@ add_clang_library(clangAST ExprClassification.cpp ExprConstant.cpp ExprCXX.cpp + ExternalASTSource.cpp InheritViz.cpp ItaniumCXXABI.cpp ItaniumMangle.cpp |

