aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Bitcode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Bitcode/Makefile')
-rw-r--r--unittests/Bitcode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Bitcode/Makefile b/unittests/Bitcode/Makefile
index fcec879..33b09b9 100644
--- a/unittests/Bitcode/Makefile
+++ b/unittests/Bitcode/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
TESTNAME = Bitcode
-LINK_COMPONENTS := bitreader bitwriter
+LINK_COMPONENTS := AsmParser BitReader BitWriter Core Support
include $(LEVEL)/Makefile.config
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest