[clang] [clang][Driver][AVR] Reject c/c++ compilation for avr1 devices (PR #111798)

David Spickett via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 14 03:32:21 PDT 2024


================
@@ -598,6 +598,8 @@ WebAssembly Support
 AVR Support
 ^^^^^^^^^^^
 
+- Reject C/C++ compilation for avr1 devices which has no SRAM.
----------------
DavidSpickett wrote:

"which have no", since devices is plural.

https://github.com/llvm/llvm-project/pull/111798


More information about the cfe-commits mailing list