dwarfdump: Use the index to find the right abbrev offset in DWP files
[oota-llvm.git] / lib / DebugInfo / Makefile
index 1292b5728359b5d967eb74d5d43521989306c4ac..20e9495b4335f5863e25e92c7b4930e863e043df 100644 (file)
@@ -6,9 +6,10 @@
 # License. See LICENSE.TXT for details.
 #
 ##===----------------------------------------------------------------------===##
-
 LEVEL = ../..
-LIBRARYNAME = LLVMDebugInfo
-BUILD_ARCHIVE := 1
+
+include $(LEVEL)/Makefile.config
+
+PARALLEL_DIRS := DWARF PDB Symbolize
 
 include $(LEVEL)/Makefile.common