aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2009-12-02 20:20:47 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2009-12-02 20:20:47 +0000
commit7896ea128826b926dd3c039c0284d60d1d49ab75 (patch)
tree1d7c2c8fffddce85face942a337c69c70dfd8576
parent336e7743b8e2222d8557e2cf7c100c8f878df630 (diff)
this also depends on libDriver. this almost fixes the build problems of c-index-test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90342 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/CIndex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CIndex/Makefile b/tools/CIndex/Makefile
index a34f68ba11..17e1f3d034 100644
--- a/tools/CIndex/Makefile
+++ b/tools/CIndex/Makefile
@@ -22,7 +22,7 @@ LINK_LIBS_IN_SHARED = 1
SHARED_LIBRARY = 1
LINK_COMPONENTS := MC support
-USEDLIBS = clangFrontend.a clangIndex.a clangSema.a clangAnalysis.a clangAST.a clangParse.a clangLex.a clangBasic.a
+USEDLIBS = clangFrontend.a clangDriver.a clangIndex.a clangSema.a clangAnalysis.a clangAST.a clangParse.a clangLex.a clangBasic.a
include $(LEVEL)/Makefile.common