diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2009-12-01 12:49:04 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2009-12-01 12:49:04 +0000 |
commit | 360f075fc654e510e84a4c24e9cee08e2c8ea644 (patch) | |
tree | a71aad0fe9912b9c48cd1917aace4c845bdb7f6e /tools/index-test | |
parent | 521bf9c529e653ab28896d027352d3e16e2672d5 (diff) |
fix build on linux
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90229 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/index-test')
-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 |