https://llvm.org/bugs/show_bug.cgi?id=31568
Bug ID: 31568 Summary: [AVR] Support the '__flash' attribute Product: clang Version: trunk Hardware: All OS: All Status: NEW Severity: normal Priority: P Component: -New Bugs Assignee: unassignedclangb...@nondot.org Reporter: dylanmcka...@gmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified Support for the '__flash' keyword will need to be added in order to place data into program memory. The parser will need to be modified to understand the keyword and then place data into the progmem address space. Examples of LLVM IR placing variables in the program memory can be found in 'test/CodeGen/AVR/progmem.ll' in LLVM. http://www.atmel.com/webdoc/AVRLibcReferenceManual/porting_1iar_porting_flash.html -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs