diff options
Diffstat (limited to 'lib/AST/CMakeLists.txt')
-rw-r--r-- | lib/AST/CMakeLists.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/AST/CMakeLists.txt b/lib/AST/CMakeLists.txt index 82a81ec..9fe1840 100644 --- a/lib/AST/CMakeLists.txt +++ b/lib/AST/CMakeLists.txt @@ -1,4 +1,6 @@ -set(LLVM_NO_RTTI 1) +set(LLVM_LINK_COMPONENTS support) + +set(LLVM_USED_LIBS clangBasic) add_clang_library(clangAST APValue.cpp @@ -17,14 +19,17 @@ add_clang_library(clangAST DeclObjC.cpp DeclPrinter.cpp DeclTemplate.cpp + DumpXML.cpp Expr.cpp ExprClassification.cpp ExprConstant.cpp ExprCXX.cpp - FullExpr.cpp InheritViz.cpp ItaniumCXXABI.cpp + ItaniumMangle.cpp + Mangle.cpp MicrosoftCXXABI.cpp + MicrosoftMangle.cpp NestedNameSpecifier.cpp ParentMap.cpp RecordLayout.cpp |