summaryrefslogtreecommitdiff
path: root/unittests/Bitcode
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Bitcode')
-rw-r--r--unittests/Bitcode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Bitcode/Makefile b/unittests/Bitcode/Makefile
index aa437e7e2c..fcec87948f 100644
--- a/unittests/Bitcode/Makefile
+++ b/unittests/Bitcode/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
TESTNAME = Bitcode
-LINK_COMPONENTS := core support bitreader bitwriter
+LINK_COMPONENTS := bitreader bitwriter
include $(LEVEL)/Makefile.config
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest