[PATCH] D123200: [compiler-rt][CMake] Add initial support of target AVR
Ben Shi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 11 21:15:40 PDT 2022
benshi001 marked an inline comment as done.
benshi001 added inline comments.
================
Comment at: clang/lib/Basic/Targets/AVR.cpp:380
Builder.defineMacro("__AVR");
+ Builder.defineMacro("__avr");
Builder.defineMacro("__AVR__");
----------------
MaskRay wrote:
> The clang preprocessor changes are unrelated to compiler-rt and should be contribute separated with tests.
I have created another patch as you suggested, thanks.
https://reviews.llvm.org/D123567
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123200/new/
https://reviews.llvm.org/D123200
More information about the cfe-commits
mailing list