summaryrefslogtreecommitdiff
path: root/tools/llvm-rtdyld/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-rtdyld/Makefile')
-rw-r--r--tools/llvm-rtdyld/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-rtdyld/Makefile b/tools/llvm-rtdyld/Makefile
index 30fbee0979..fabdd683a9 100644
--- a/tools/llvm-rtdyld/Makefile
+++ b/tools/llvm-rtdyld/Makefile
@@ -9,7 +9,7 @@
LEVEL := ../..
TOOLNAME := llvm-rtdyld
-LINK_COMPONENTS := all-targets support MC object RuntimeDyld JIT
+LINK_COMPONENTS := all-targets support MC object RuntimeDyld JIT debuginfo
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS := 1