[flang-commits] [clang] [flang] [flang] Emit target features for PPC (PR #169860)
via flang-commits
flang-commits at lists.llvm.org
Fri Nov 28 08:16:50 PST 2025
https://github.com/jeanPerier commented:
While it makes sense to me that target features are set-up and emitted for PPC, I do not get why the way is done has to be modified in a custom way for PPC (see inline comments). I am not saying the changes are not needed, I just do not understand why it is only needed for PPC.
Can you explain what is not going as expected if you where to not add the new targetFeatureStr and set-it up in getExplicitAndImplicitPPCTargetFeatures?
https://github.com/llvm/llvm-project/pull/169860
More information about the flang-commits
mailing list