[PATCH] D123200: [compiler-rt][CMake] Add initial support of target AVR

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 11 20:46:24 PDT 2022


MaskRay added inline comments.


================
Comment at: clang/lib/Basic/Targets/AVR.cpp:380
   Builder.defineMacro("__AVR");
+  Builder.defineMacro("__avr");
   Builder.defineMacro("__AVR__");
----------------
The clang preprocessor changes are unrelated to compiler-rt and should be contribute separated with tests.


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