OSDN Git Service

[AVR] Add the ELF object file writer
authorDylan McKay <dylanmckay34@gmail.com>
Fri, 30 Sep 2016 14:09:20 +0000 (14:09 +0000)
committerDylan McKay <dylanmckay34@gmail.com>
Fri, 30 Sep 2016 14:09:20 +0000 (14:09 +0000)
commit6f7cc3863c44fe2b8466a0635ec80754c136b8c4
tree38f570d4e24b32933ece118ef0a7cde46efc395e
parenteabad280624de476cdb45aaf2b8d4bfd99fc22f5
[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
lib/Target/AVR/MCTargetDesc/AVRELFObjectWriter.cpp [new file with mode: 0644]
lib/Target/AVR/MCTargetDesc/CMakeLists.txt