summaryrefslogtreecommitdiff
path: root/unittests/libclang
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2015-02-25 02:44:04 +0000
committerAdrian Prantl <aprantl@apple.com>2015-02-25 02:44:04 +0000
commit9f65c5634036e08cee3ab904b1e3a23990a2caa0 (patch)
treec11c417e51caa207941044dfdbc08be42f4e9916 /unittests/libclang
parentd68bbb9e7a282ca31b30f26b7d5d1aee436cdd25 (diff)
Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230454 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/libclang')
-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 \