diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2009-12-02 20:20:47 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2009-12-02 20:20:47 +0000 |
commit | 7896ea128826b926dd3c039c0284d60d1d49ab75 (patch) | |
tree | 1d7c2c8fffddce85face942a337c69c70dfd8576 | |
parent | 336e7743b8e2222d8557e2cf7c100c8f878df630 (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/Makefile | 2 |
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 |