[PATCH] D96853: [clang][AVR] Support variable decorator '__flash'

Ben Shi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 26 19:11:27 PDT 2021


benshi001 added a comment.



> I am guessing this will only be supported by 1 target in clang? Then target address spaces make sense otherwise you can also extend the language address space enum. Are you also planning to add `__flashN`?
>  https://gcc.gnu.org/onlinedocs/gcc/Named-Address-Spaces.html

Yes. I will add `__flashN` in another patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96853/new/

https://reviews.llvm.org/D96853



More information about the cfe-commits mailing list