mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 05:35:11 +00:00
dwarfdump: Use the right enum for the tu_index section
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252835 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4407efe860
commit
c1ad62ec03
@ -70,7 +70,7 @@ static cl::opt<DIDumpType> DumpType(
|
||||
clEnumValN(DIDT_StrOffsetsDwo, "str_offsets.dwo",
|
||||
".debug_str_offsets.dwo"),
|
||||
clEnumValN(DIDT_CUIndex, "cu_index", ".debug_cu_index"),
|
||||
clEnumValN(DIDT_CUIndex, "tu_index", ".debug_tu_index"), clEnumValEnd));
|
||||
clEnumValN(DIDT_TUIndex, "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