aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-nm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-nm/Makefile')
-rw-r--r--tools/llvm-nm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-nm/Makefile b/tools/llvm-nm/Makefile
index b95e920..ec20cef 100644
--- a/tools/llvm-nm/Makefile
+++ b/tools/llvm-nm/Makefile
@@ -9,7 +9,7 @@
LEVEL := ../..
TOOLNAME := llvm-nm
-LINK_COMPONENTS := bitreader object
+LINK_COMPONENTS := all-targets bitreader object
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS := 1