Partially fix memcpy / memset / memmove lowering in SelectionDAG construction if...
[oota-llvm.git] / tools / llvm-dwarfdump / Makefile
index e61f27d298b9116de86c15dab4798f83c4ac0a84..00b18c60bb2ad7c4b84a677c330ab4d982c7f8b9 100644 (file)
@@ -6,12 +6,12 @@
 # License. See LICENSE.TXT for details.
 #
 ##===----------------------------------------------------------------------===##
-LEVEL = ../..
 
-TOOLNAME = llvm-dwarfdump
-LINK_COMPONENTS = DebugInfo Object
+LEVEL := ../..
+TOOLNAME := llvm-dwarfdump
+LINK_COMPONENTS := DebugInfoDWARF Object
 
 # This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common