forked from OSchip/llvm-project
parent
85b18aff24
commit
26e8b9c9c1
|
@ -4,7 +4,6 @@ add_clang_library(clangAST
|
|||
APValue.cpp
|
||||
ASTConsumer.cpp
|
||||
ASTContext.cpp
|
||||
ASTLocation.cpp
|
||||
CFG.cpp
|
||||
DeclarationName.cpp
|
||||
DeclBase.cpp
|
||||
|
@ -13,7 +12,6 @@ add_clang_library(clangAST
|
|||
DeclGroup.cpp
|
||||
DeclObjC.cpp
|
||||
DeclPrinter.cpp
|
||||
DeclReferenceMap.cpp
|
||||
DeclTemplate.cpp
|
||||
ExprConstant.cpp
|
||||
Expr.cpp
|
||||
|
|
|
@ -26,7 +26,6 @@ add_clang_library(clangFrontend
|
|||
PlistDiagnostics.cpp
|
||||
PrintParserCallbacks.cpp
|
||||
PrintPreprocessedOutput.cpp
|
||||
ResolveLocation.cpp
|
||||
RewriteBlocks.cpp
|
||||
RewriteMacros.cpp
|
||||
RewriteObjC.cpp
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
set(LLVM_NO_RTTI 1)
|
||||
|
||||
add_clang_library(clangIndex
|
||||
ASTLocation.cpp
|
||||
DeclReferenceMap.cpp
|
||||
Entity.cpp
|
||||
IndexProvider.cpp
|
||||
Program.cpp
|
||||
ResolveLocation.cpp
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue