================ @@ -1115,14 +1117,13 @@ def fno_convergent_functions : Flag<["-"], "fno-convergent-functions">, // Common offloading options let Group = offload_Group in { -def offload_arch_EQ : Joined<["--"], "offload-arch=">, Flags<[NoXarchOption]>, ---------------- jhuber6 wrote:
Overloaded term that means different things in different places. The `arch` in the LLVM triple refers to `amdgcn` in `amdgcn-amd-amdhsa` since that's the actual CPU microarchitecture. The `arch` in `-march` refers to the specific machine name for the processor that's being targeted. `-Xarch_gfx908` is valid because the `-Xarch_` option in non-offloading use also minds to `-march=` arguments AFAICT. https://github.com/llvm/llvm-project/pull/125421 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits