[PATCH] D103136: [AVR] Add support for the tinyAVR 0-series and tinyAVR 1-seriesø

Dylan McKay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 30 02:53:18 PDT 2021


dylanmckay added a comment.

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 !


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103136/new/

https://reviews.llvm.org/D103136



More information about the llvm-commits mailing list