[PATCH] D77221: [AVR] Rework MCU family detection to support more AVR MCUs

Vlastimil Labsky via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 1 08:14:58 PDT 2020


vlastik created this revision.
vlastik added a reviewer: dylanmckay.
Herald added subscribers: cfe-commits, Jim, hiraditya, mgorny.
Herald added a project: clang.

AVR port now supports only ATmega328.
This patch makes more MCUs work with clang


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77221

Files:
  clang/lib/Basic/Targets/AVR.cpp
  clang/lib/Basic/Targets/AVR.h
  clang/lib/Driver/ToolChains/AVR.cpp
  llvm/include/llvm/Support/AVRTargetParser.h
  llvm/lib/Support/AVRTargetParser.cpp
  llvm/lib/Support/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77221.254206.patch
Type: text/x-patch
Size: 32012 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200401/fa2fcee0/attachment-0001.bin>


More information about the cfe-commits mailing list