[AVR] Implement a unique AVRTargetParser
Open
backend:AVR
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
Move the following parts
1. https://github.com/llvm/llvm-project/blob/main/llvm/lib/Target/AVR/AVRDevices.td#L255 of the backend
2. https://github.com/llvm/llvm-project/blob/main/clang/lib/Basic/Targets/AVR.cpp#L32 of the front end
to the unique `AVRTargetParser`.
Contributor guide
Assessment
This issue has not been assessed yet.