[AVR] Add support for the tinyAVR 0-series and tinyAVR 1-series
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Add these devices into the constant list at https://github.com/llvm/llvm-project/blob/main/clang/lib/Basic/Targets/AVR.cpp#L30 so that Clang can define the required mcu defines.
I will accept this patch once that is done. Thanks for the patch @justinlatimer !
I though the test clang/test/Misc/target-invalid-cpu-note.c should also be updated.
BTW: What info (especially name and email) would like to see in the commit message ?
llvm/lib/Target/AVR/AVRDevices.td | ||
---|---|---|
449 | attiny3214 is missing |
llvm/lib/Target/AVR/AVRDevices.td | ||
---|---|---|
449 | I can't find any details on the attiny3214? |
llvm/lib/Target/AVR/AVRDevices.td | ||
---|---|---|
449 | Let's just ignore that. I see attiny3214 in GCC but not find in microchip's website. |
For the commit message, my name is Justin Latimer and my email is justinlatimer@gmail.com. Thanks!
attiny3214 is missing