Replace a few instances of NULL with nullptr.
[oota-llvm.git] / tools / llvm-rtdyld / Makefile
index 30fbee0979bd0c0a47ffb116420fda510a4db38d..3e868b985872442d011e36a4f944ad6ec3a2be8b 100644 (file)
@@ -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 MCJIT DebugInfoDWARF
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS := 1