[PATCH] D137521: [AVR][Clang] Implement __AVR_ARCH__ macro

2022-11-15 Thread Ayke via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG09ab9d4d111f: [AVR][Clang] Implement __AVR_ARCH__ macro (authored by aykevl). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION htt

[PATCH] D137521: [AVR][Clang] Implement __AVR_ARCH__ macro

2022-11-11 Thread Ben Shi via Phabricator via cfe-commits
benshi001 accepted this revision. benshi001 added a comment. This revision is now accepted and ready to land. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D137521/new/ https://reviews.llvm.org/D137521 _

[PATCH] D137521: [AVR][Clang] Implement __AVR_ARCH__ macro

2022-11-06 Thread Ayke via Phabricator via cfe-commits
aykevl created this revision. aykevl added reviewers: dylanmckay, benshi001. Herald added a subscriber: Jim. Herald added a project: All. aykevl requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. This macro is defined in avr-gcc, and is very u