[PATCH] D32991: [ELF] Initial migration of AVR target

Leslie Zhai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 12 19:47:05 PDT 2017


xiangzhai added a comment.

Dear Dylan,

Thanks for your hint!

> The file you want is in `lib/Target/AVR/Disassembler/AVRDisassembler.cpp`

AVR disassembler is bare-bones? there are only empty Decode functions <https://github.com/llvm-mirror/llvm/blob/master/lib/Target/AVR/Disassembler/AVRDisassembler.cpp#L61> , correct? but compare with Mips, there are real Decode functions <https://github.com/llvm-mirror/llvm/blob/master/lib/Target/Mips/Disassembler/MipsDisassembler.cpp#L656>

so I need to read about GNU binutils' objdump to find out how GCC disassemble AVR, thoughts?

Regards,
Leslie Zhai


Repository:
  rL LLVM

https://reviews.llvm.org/D32991





More information about the llvm-commits mailing list