[clang] [llvm] [OffloadBundler] Rework the ctor of `OffloadTargetInfo` to support AMDGPU's generic target (PR #122629)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 18 09:15:56 PDT 2025
shiltian wrote:
It seems like for some targets the compiler doesn't accept a 4-field triple. Why is that?
```
clang: error: version 'elf-unknown' in target triple 'hexagon-unknown-unknown-elf-unknown' is invalid
clang: error: version '-unknown' in target triple 'riscv64-unknown-linux-gnu-unknown' is invalid
```
https://github.com/llvm/llvm-project/pull/122629
More information about the llvm-commits
mailing list