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 13e6495 commit 1f57800Copy full SHA for 1f57800
llvm/lib/TargetParser/Triple.cpp
@@ -638,6 +638,7 @@ static Triple::OSType parseOS(StringRef OSName) {
638
.StartsWith("elfiamcu", Triple::ELFIAMCU)
639
.StartsWith("tvos", Triple::TvOS)
640
.StartsWith("watchos", Triple::WatchOS)
641
+ .StartsWith("bridgeos", Triple::BridgeOS)
642
.StartsWith("driverkit", Triple::DriverKit)
643
.StartsWith("xros", Triple::XROS)
644
.StartsWith("visionos", Triple::XROS)
0 commit comments