Joseph Huber 581eb22265
[libc] Fix OS when using -llvm OS in the triple (#181908)
Summary:
We spoof the OS name for the GPU targets and used to get it form the
'end' of the triple list. Adding `-llvm` makes that now point to `-llvm`
which is not recognized so it fails. Just use the direct index, we
already guard that the triple is the correct size
2026-02-17 15:22:51 -06:00
..