[PATCH] D16311: [AVR] Add AVRTargetStreamers
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 19 10:41:46 PST 2016
arsenm added inline comments.
================
Comment at: lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp:36-37
@@ +35,4 @@
+
+ // Set e_flags
+ {
+ unsigned EFlags = MCA.getELFHeaderEFlags();
----------------
This should probably be a function rather than just marking a region with braces
http://reviews.llvm.org/D16311
More information about the llvm-commits
mailing list