This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Add AVRMCTargetDesc.cpp
ClosedPublic

Authored by dylanmckay on Sep 28 2016, 7:51 AM.

Details

Summary

This adds the AVRMCTargetDesc file in tree. It allows creation of the
core classes used in the backend.

Diff Detail

Event Timeline

dylanmckay updated this revision to Diff 72826.Sep 28 2016, 7:51 AM
dylanmckay retitled this revision from to [AVR] Add AVRMCTargetDesc.cpp.
dylanmckay updated this object.
dylanmckay added reviewers: kparzysz, arsenm.
kparzysz added inline comments.Sep 28 2016, 8:23 AM
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp
34

This is not needed. The static functions are local to this file and the external function has C linkage.

dylanmckay updated this revision to Diff 72838.Sep 28 2016, 8:34 AM

Remove redundant LLVM namespace

dylanmckay updated this revision to Diff 72839.Sep 28 2016, 8:35 AM

Remove redundant LLVM namespace

kparzysz accepted this revision.Sep 28 2016, 8:36 AM
kparzysz edited edge metadata.
This revision is now accepted and ready to land.Sep 28 2016, 8:36 AM
dylanmckay marked an inline comment as done.Sep 28 2016, 8:36 AM

Ignore the first updated diff, I had a hicup with arcanist and git-svn

lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp
36

Nice catch

This revision was automatically updated to reflect the committed changes.
dylanmckay marked an inline comment as done.