3 Commits

Author SHA1 Message Date
Dylan McKay
cfa7d5f70f [AVR] Update to current LLVM API
r315410 broke a number of things in the AVR backend, which are now
fixed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316076 91177308-0d34-0410-b5e6-96231b3b80d8
2017-10-18 12:35:15 +00:00
Dylan McKay
30c7ecd783 [AVR] Remove the 'IsN64' argument to 'MCELFObjectWriter'
This has since been removed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313965 91177308-0d34-0410-b5e6-96231b3b80d8
2017-09-22 06:32:23 +00:00
Dylan McKay
6f7cc3863c [AVR] Add the ELF object file writer
Summary: This adds the ELF32 writer for AVR.

Reviewers: kparzysz

Subscribers: beanz, mgorny

Differential Revision: https://reviews.llvm.org/D25031

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282856 91177308-0d34-0410-b5e6-96231b3b80d8
2016-09-30 14:09:20 +00:00