mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-16 16:37:42 +00:00
dwarfdump: add command line support for dumping the tu_index section
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252830 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a8ea67eb80
commit
4407efe860
@ -69,7 +69,8 @@ static cl::opt<DIDumpType> DumpType(
|
||||
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));
|
||||
clEnumValN(DIDT_CUIndex, "cu_index", ".debug_cu_index"),
|
||||
clEnumValN(DIDT_CUIndex, "tu_index", ".debug_tu_index"), clEnumValEnd));
|
||||
|
||||
static void error(StringRef Filename, std::error_code EC) {
|
||||
if (!EC)
|
||||
|
Loading…
Reference in New Issue
Block a user