[clang] [Clang] Make `-Xarch_` handling generic for all toolchains (PR #125421)
Shilei Tian via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 3 11:51:56 PST 2025
================
@@ -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]>,
----------------
shiltian wrote:
I thought `arch` in LLVM means things like `amdgcn`. In those ROCm runtime people tend to call `gfx1030` as "arch". That being said, I'm not sure if `-Xarch_gfx906` is a proper use at the first place.
https://github.com/llvm/llvm-project/pull/125421
More information about the cfe-commits
mailing list