[llvm] [Triple] Add "hipspv" and "chipstar" OS components (PR #170655)
Henry Linjamäki via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 11 01:14:07 PST 2025
================
@@ -333,6 +333,10 @@ StringRef Triple::getOSTypeName(OSType Kind) {
case Vulkan: return "vulkan";
case CheriotRTOS:
return "cheriotrtos";
+ case ChipStar:
+ return "chipstar";
+ case HIPSPV:
----------------
linehill wrote:
> Would be better to omit it if we don't intend to use it upstream
I'm not sure if I'm following here. By "we" ,do you mean chipStar?
https://github.com/llvm/llvm-project/pull/170655
More information about the llvm-commits
mailing list