Skip to content

Commit

Permalink
Remove more unnecessary dependencies now that the Frontend -> ARCMigrate
Browse files Browse the repository at this point in the history
edge has been broken.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133343 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chandlerc committed Jun 18, 2011
1 parent 25a2ef3 commit 944eadb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions tools/libclang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ set(LLVM_USED_LIBS
clangSerialization
clangIndex
clangSema
clangAnalysis
clangRewrite
clangAST
clangLex
clangBasic)
Expand Down
3 changes: 1 addition & 2 deletions tools/libclang/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ SHARED_LIBRARY = 1

LINK_COMPONENTS := support mc
USEDLIBS = clangFrontend.a clangDriver.a clangSerialization.a clangParse.a \
clangSema.a clangAnalysis.a clangRewrite.a \
clangAST.a clangLex.a clangBasic.a
clangSema.a clangAnalysis.a clangAST.a clangLex.a clangBasic.a

include $(CLANG_LEVEL)/Makefile

Expand Down

0 comments on commit 944eadb

Please sign in to comment.