summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/unittests/Linker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Linker/Makefile b/llvm/unittests/Linker/Makefile
index c6058c4d60d..ddbce07d4a4 100644
--- a/llvm/unittests/Linker/Makefile
+++ b/llvm/unittests/Linker/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
TESTNAME = Linker
-LINK_COMPONENTS := core linker
+LINK_COMPONENTS := core linker asmparser
include $(LEVEL)/Makefile.config
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
OpenPOWER on IntegriCloud