[PATCH] D115987: [AVR][MC] Generate section '.progmemX.data' for extended flash banks
Ben Shi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 19 18:36:13 PST 2022
benshi001 marked an inline comment as done.
benshi001 added inline comments.
================
Comment at: llvm/lib/Target/AVR/AVR.h:50
+ ProgramMemory5,
+ InvalidAddrSpace,
+};
----------------
aykevl wrote:
> Suggestion: you could also call this `NumAddrSpaces` because it contains the number of address spaces.
I will change it to `NumAddrSpaces` while commiting.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115987/new/
https://reviews.llvm.org/D115987
More information about the llvm-commits
mailing list