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

Leslie Zhai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 22:04:45 PDT 2017


xiangzhai updated this revision to Diff 101851.
xiangzhai added a comment.

Dear,

Sorry for my late response, I am doing my company's work assignment about L4 <http://os.inf.tu-dresden.de/pipermail/l4-hackers/2017/> recently, so I couldn't quickly response to LLVM, KDE and other open source projects right now, sorry again!

Dear Rafael,

Perhaps Dylan's AVR target need to be migrated **something** else for fixing llvm-mc not enabled instruction issue?

  llvm-mc -filetype=obj -triple=avr-unknown-linux ../tools/lld/test/ELF/basic-avr.s -o /tmp/basic-avr.o
  ../tools/lld/test/ELF/basic-avr.s:7:3: error: instruction requires a CPU feature not currently enabled
    call foo
    ^
  ../tools/lld/test/ELF/basic-avr.s:10:3: error: instruction requires a CPU feature not currently enabled
    jmp foo
    ^

Regards,
Leslie Zhai


Repository:
  rL LLVM

https://reviews.llvm.org/D32991

Files:
  ELF/InputFiles.cpp
  ELF/Target.cpp
  test/ELF/basic-avr.s
  test/lit.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32991.101851.patch
Type: text/x-patch
Size: 3646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170608/db05b1a6/attachment.bin>


More information about the llvm-commits mailing list