Skip to content

Commit e62cb24

Browse files
author
Dylan McKay
committed
[AVR] Allow llvm-objdump to handle AVR ELF files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282585 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 62464a3 commit e62cb24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/llvm-objdump/llvm-objdump.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@ static std::error_code getRelocationValueString(const ELFObjectFile<ELFT> *Obj,
688688
}
689689
break;
690690
case ELF::EM_LANAI:
691+
case ELF::EM_AVR:
691692
case ELF::EM_AARCH64: {
692693
std::string fmtbuf;
693694
raw_string_ostream fmt(fmtbuf);

0 commit comments

Comments
 (0)