[PATCH] D96853: [clang][AVR] Support variable decorator '__flash'
Ayke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 20 17:03:47 PST 2021
aykevl added a comment.
I am not very familiar with Clang so I can't say much about it. Although I wonder whether the macro is the right way to implement this? Is there something similar in other targets? (GPUs tend to have lots of address spaces, you could take a look there).
================
Comment at: clang/test/CodeGen/address-space-avr.c:3-4
// Test that function declarations in nonzero address spaces without prototype
// are called correctly.
----------------
This comment is now out of date.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96853/new/
https://reviews.llvm.org/D96853
More information about the cfe-commits
mailing list