[PATCH] D139305: [clang][driver] Support option '-mcpu' on target AVR.

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 12 02:22:38 PST 2022


MaskRay added a comment.

> I think newr AVR projects should use clang common style options instead of older avr-gcc style.

Does GCC prefer `-mcpu=` as well? If not, raise a PR there? This seems like a decision we should not unilaterally make on llvm-project side: it's certainly something GCC cares about as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139305



More information about the cfe-commits mailing list