[llvm] [Triple] Add "hipspv" and "chipstar" OS components (PR #170655)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 4 05:48:52 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:
----------------
jhuber6 wrote:
Would be better to omit it if we don't intend to use it upstream
https://github.com/llvm/llvm-project/pull/170655
More information about the llvm-commits
mailing list