[PATCH] D124157: [clang][preprocessor] Add more macros to target AVR

Ben Shi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 1 19:30:59 PDT 2022


benshi001 added a reviewer: MaskRay.
benshi001 added a comment.
Herald added a subscriber: StephenFan.

avr-gcc does define this __AVR_TINY_ macro for the tiny device family, we can check that by `avr-gcc -mmcu=avrtiny -E -dM -xc /dev/null -dM  | grep tiny -i`.


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

https://reviews.llvm.org/D124157



More information about the cfe-commits mailing list