[PATCH] D137995: [Flang][Driver] Handle target CPU and features

Andrzej Warzynski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 22 08:06:22 PST 2022


awarzynski added a comment.

Thanks for implementing this!

> Processes target cpu and features in the flang driver. Right now features are only added for AArch64 because I only did basic testing on AArch64 but it should generally work for others as well.

X86 is a very popular target and we have pre-commit CI as well. And X86 buildbots :) Please include X86.

Question: are the option semantics identical that what you get in `clang -cc1`? If yes, could you add a comment in the summary?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137995



More information about the cfe-commits mailing list