We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bc7ce commit b63f664Copy full SHA for b63f664
llvm/lib/TargetParser/Triple.cpp
@@ -375,7 +375,8 @@ StringRef Triple::getEnvironmentTypeName(EnvironmentType Kind) {
375
case MuslSF:
376
return "muslsf";
377
case MuslX32: return "muslx32";
378
- case MuslWALI: return "muslwali";
+ case MuslWALI:
379
+ return "muslwali";
380
case Simulator: return "simulator";
381
case Pixel: return "pixel";
382
case Vertex: return "vertex";
0 commit comments