summaryrefslogtreecommitdiff
path: root/unittests/libclang/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/libclang/Makefile')
-rw-r--r--unittests/libclang/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/unittests/libclang/Makefile b/unittests/libclang/Makefile
index ea60fc5924..f8e83aa83a 100644
--- a/unittests/libclang/Makefile
+++ b/unittests/libclang/Makefile
@@ -12,14 +12,13 @@ TESTNAME = libclang
LINK_LIBS_IN_SHARED := 1
include $(CLANG_LEVEL)/../../Makefile.config
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader ipo objcarcopts \
- instrumentation bitwriter support mc option
+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 \
clangIndex.a clangFormat.a clangRewrite.a \
- clangCodeGen.a clangFrontend.a clangDriver.a \
+ clangFrontend.a clangDriver.a \
clangTooling.a \
clangToolingCore.a \
clangSerialization.a clangParse.a clangSema.a \