diff options
-rw-r--r-- | tools/index-test/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tools/index-test/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/index-test/CMakeLists.txt b/tools/index-test/CMakeLists.txt index 163afc4ac9..5ae0d494f3 100644 --- a/tools/index-test/CMakeLists.txt +++ b/tools/index-test/CMakeLists.txt @@ -3,8 +3,8 @@ set(LLVM_NO_RTTI 1) set( LLVM_USED_LIBS clangIndex clangFrontend - clangAnalysis clangSema + clangAnalysis clangAST clangParse clangLex diff --git a/tools/index-test/Makefile b/tools/index-test/Makefile index 8e7bfe5540..95c3dd073a 100644 --- a/tools/index-test/Makefile +++ b/tools/index-test/Makefile @@ -19,7 +19,7 @@ TOOL_NO_EXPORTS = 1 include $(LEVEL)/Makefile.config LINK_COMPONENTS := bitreader mc -USEDLIBS = clangIndex.a clangFrontend.a clangDriver.a clangAnalysis.a clangSema.a \ +USEDLIBS = clangIndex.a clangFrontend.a clangDriver.a clangSema.a clangAnalysis.a \ clangAST.a clangParse.a clangLex.a clangBasic.a include $(LLVM_SRC_ROOT)/Makefile.rules |