Files
clang-p2996/llvm/lib/Target/AVR
Nikita Popov 4169338e75 [IR] Don't include Module.h in Analysis.h (NFC) (#97023)
Replace it with a forward declaration instead. Analysis.h is pulled in
by all passes, but not all passes need to access the module.
2024-06-28 14:30:47 +02:00
..

AVR backend

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