Peter Collingbourne
dcd7d6c331
MC: Separate creating a generic object writer from creating a target object writer. NFCI.
...
With this we gain a little flexibility in how the generic object
writer is created.
Part of PR37466.
Differential Revision: https://reviews.llvm.org/D47045
llvm-svn: 332868
2018-05-21 19:20:29 +00:00
Dylan McKay
ba23343a45
Revert and accidentally committed revert commit
...
This reverts commit r320245.
llvm-svn: 320247
2017-12-09 08:01:28 +00:00
Dylan McKay
f5422afdf0
Revert "[AVR] Override ParseDirective"
...
This reverts commit 57c16f9267969ebb09d6448607999b4a9f40c418.
llvm-svn: 320245
2017-12-09 07:51:37 +00:00
Leslie Zhai
8543d53fd9
[AVR] Override ParseDirective
...
Reviewers: dylanmckay, kparzysz
Reviewed By: dylanmckay
Differential Revision: https://reviews.llvm.org/D38029
llvm-svn: 320009
2017-12-07 06:56:09 +00:00
Dylan McKay
bebde41ec5
[AVR] Update to current LLVM API
...
r315410 broke a number of things in the AVR backend, which are now
fixed.
llvm-svn: 316076
2017-10-18 12:35:15 +00:00
Dylan McKay
b7926ba50a
[AVR] Remove the 'IsN64' argument to 'MCELFObjectWriter'
...
This has since been removed.
llvm-svn: 313965
2017-09-22 06:32:23 +00:00
Dylan McKay
4a25499b13
[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
llvm-svn: 282856
2016-09-30 14:09:20 +00:00