Move DebugInfo to DebugInfo/DWARF.
[oota-llvm.git] / tools / llvm-objdump / Makefile
index 4616b78adb2ee1e55539c65bfc59fd4254af36f4..7c165230dde49309eaec90217054ccbd6fe3524c 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL := ../..
 TOOLNAME := llvm-objdump
-LINK_COMPONENTS := all-targets DebugInfo MC MCParser MCDisassembler Object
+LINK_COMPONENTS := all-targets DebugInfoDWARF MC MCParser MCDisassembler Object
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS := 1