[clang] [Clang][OpenMP] Fix multi arch compilation for -march option (PR #92290)
Saiyedul Islam via cfe-commits
cfe-commits at lists.llvm.org
Wed May 15 11:30:45 PDT 2024
saiislam wrote:
> > If `-march` is the wrong option then let's start deprecating it and remove it altogether in the next llvm release. But, as long as it is here, it should be equivalent to `--offload-arch`.
>
> Honestly not a bad idea. I could make a patch warning users to use `--offload-arch` instead for now.
Sure, let's do that. But, let this land as long as this option is supported.
https://github.com/llvm/llvm-project/pull/92290
More information about the cfe-commits
mailing list