Skip to content

Commit

Permalink
{c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS along correspon…
Browse files Browse the repository at this point in the history
…ding to clangIndex.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188621 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Aug 18, 2013
1 parent ced39ec commit 166fa98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/c-arcmt-test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ USEDLIBS = clang.a \
clangARCMigrate.a \
clangRewriteFrontend.a \
clangRewriteCore.a \
clangFrontend.a clangDriver.a \
clangIndex.a clangFrontend.a clangDriver.a \
clangSerialization.a clangParse.a clangSema.a \
clangAnalysis.a clangEdit.a clangAST.a clangLex.a clangBasic.a

Expand Down
2 changes: 1 addition & 1 deletion tools/c-index-test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
# Note that 'USEDLIBS' must include all of the core clang libraries
# when -static is given to linker on cygming.
USEDLIBS = clang.a \
clangFormat.a clangRewriteCore.a \
clangIndex.a clangFormat.a clangRewriteCore.a \
clangFrontend.a clangDriver.a \
clangTooling.a \
clangSerialization.a clangParse.a clangSema.a \
Expand Down

0 comments on commit 166fa98

Please sign in to comment.