aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Linker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Linker/Makefile')
-rw-r--r--unittests/Linker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Linker/Makefile b/unittests/Linker/Makefile
index c6058c4..ddbce07 100644
--- a/unittests/Linker/Makefile
+++ b/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