Add AVR target streamer classes. A fairly trivial patch.
Details
Details
Diff Detail
Diff Detail
Event Timeline
| lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp | ||
|---|---|---|
| 36–37 | This should probably be a function rather than just marking a region with braces | |
| lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp | ||
|---|---|---|
| 38–39 | Done - cheers Matt. | |
Comment Actions
I'm not particularly familiar with MC bits, but besides these minor cleanups this looks OK to me
| lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp | ||
|---|---|---|
| 22–23 | Convention is for new functions to start with a lowercase letter, and to use static functions instead of an anonymous namespace. | |
| 75–77 | Convention is also that the ELF / other specific object format Streamer be kept in a separate file | |
Ditto