[PATCH] D32991: [ELF] Initial migration of AVR target
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 8 20:40:02 PDT 2017
ruiu added a comment.
Your test expects the following outputs.
11000: 02 88 00 00 <unknown>
11004: 02 88 00 00 <unknown>
It seems that llvm-objdump failed to decode the instructions. Does this mean the output is actually broken, or is it just that `llvm-objdump -d` can't decode instructions for AVR yet?
Repository:
rL LLVM
https://reviews.llvm.org/D32991
More information about the llvm-commits
mailing list