llvm-objdump: Output line info next to the disassembly if available.
[oota-llvm.git] / tools / llvm-objdump / Makefile
index 4d7cd34eac972234c9b95efa4e059b0999a72e50..703bf6c8a4f1f38fc971d9a2411f8523b0d629b6 100644 (file)
@@ -9,7 +9,8 @@
 LEVEL = ../..
 
 TOOLNAME = llvm-objdump
-LINK_COMPONENTS = $(TARGETS_TO_BUILD) MC MCParser MCDisassembler Object
+LINK_COMPONENTS = $(TARGETS_TO_BUILD) DebugInfo MC MCParser MCDisassembler \
+                  Object
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1