summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-08-28 18:29:48 +0000
committerTed Kremenek <kremenek@apple.com>2009-08-28 18:29:48 +0000
commite486cdc015d99ddc505daa67e70f03c68f5fb80e (patch)
tree65918d54f5759e60123875be7152f68c8cf55f4e
parent01ff6d70944dc2b06ec4c2a6340a7bbe839a26d8 (diff)
downloadbcm5719-llvm-e486cdc015d99ddc505daa67e70f03c68f5fb80e.tar.gz
bcm5719-llvm-e486cdc015d99ddc505daa67e70f03c68f5fb80e.zip
Tweak CIndex file to resolve to linking issues with the clang libraries. In
particular, clangFrontend was not being linked in. llvm-svn: 80384
-rw-r--r--clang/tools/CIndex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/tools/CIndex/Makefile b/clang/tools/CIndex/Makefile
index 1181d884d92..8f511b7ff88 100644
--- a/clang/tools/CIndex/Makefile
+++ b/clang/tools/CIndex/Makefile
@@ -21,8 +21,8 @@ include $(LEVEL)/Makefile.config
LINK_LIBS_IN_SHARED = 1
SHARED_LIBRARY = 1
-LINK_COMPONENTS := bitreader
-USEDLIBS = clangIndex.a clangAST.a clangLex.a clangBasic.a
+LINK_COMPONENTS := support
+USEDLIBS = clangFrontend.a clangIndex.a clangAST.a clangLex.a clangBasic.a
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud