Files
clang-p2996/llvm/lib/Target/AVR
Dylan McKay 2ccb941740 [AVR] Fix global references to function symbols
References to functions are in program memory and need a `pm()` fixup. This should fix trait objects for Rust on AVR.

Differential Revision: https://reviews.llvm.org/D87631

Patch by Alex Mikhalev.
2021-02-10 00:40:49 +13:00
..
2020-10-29 10:54:17 +08:00

AVR backend

This experimental backend is for the 8-bit Atmel AVR microcontroller.