summaryrefslogtreecommitdiff
path: root/tools/llvm-link/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-link/Makefile')
-rw-r--r--tools/llvm-link/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile
index ddc7a59b32..26370187c5 100644
--- a/tools/llvm-link/Makefile
+++ b/tools/llvm-link/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-link
-LINK_COMPONENTS = linker bitreader bitwriter
+LINK_COMPONENTS = linker bitreader bitwriter asmparser
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS = 1