dwarfdump: First piece of support for DWP dumping
[oota-llvm.git] / tools / llvm-dwarfdump / llvm-dwarfdump.cpp
index f641c6be536a3b19b7aa3ea3bb55e1796f7a1e43..9ab2047c352206e1d4c8ada68b9249a6f284ff32 100644 (file)
@@ -68,6 +68,7 @@ DumpType("debug-dump", cl::init(DIDT_All),
         clEnumValN(DIDT_Str, "str", ".debug_str"),
         clEnumValN(DIDT_StrDwo, "str.dwo", ".debug_str.dwo"),
         clEnumValN(DIDT_StrOffsetsDwo, "str_offsets.dwo", ".debug_str_offsets.dwo"),
+        clEnumValN(DIDT_CUIndex, "cu_index", ".debug_cu_index"),
         clEnumValEnd));
 
 static void error(StringRef Filename, std::error_code EC) {