aykevl added inline comments.

================
Comment at: clang/lib/Basic/Targets/AVR.cpp:35
+    auto FamilyInfo = llvm::AVR::getFamilyInfo(Family.getValue());
+    Builder.defineMacro("__AVR_ARCH__", Twine(FamilyInfo.Number));
+  }
----------------
This should have tests. Take a look at D78117 for how you can add them.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77221



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to