Replace a few instances of NULL with nullptr.
[oota-llvm.git] / tools / llvm-rtdyld / Makefile
index fabdd683a99774c6e74eb015241399917bd6e3f3..3e868b985872442d011e36a4f944ad6ec3a2be8b 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL := ../..
 TOOLNAME := llvm-rtdyld
-LINK_COMPONENTS := all-targets support MC object RuntimeDyld JIT debuginfo
+LINK_COMPONENTS := all-targets support MC object RuntimeDyld MCJIT DebugInfoDWARF
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS := 1