[PATCH] D137520: [AVR][Clang] Move family names into MCU list

Ayke via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 6 18:50:38 PST 2022


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 simplifies the code by avoiding some special cases for family names (as opposed to device names).

This patch is just a refactor, the next patch will have a meaningful improvement.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137520

Files:
  clang/lib/Basic/Targets/AVR.cpp
  clang/lib/Basic/Targets/AVR.h
  clang/test/Misc/target-invalid-cpu-note.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137520.473536.patch
Type: text/x-patch
Size: 16868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221107/d5007509/attachment-0001.bin>


More information about the cfe-commits mailing list