[llvm] Triple: Add BridgeOS to isOSDarwin (PR #145636)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 25 01:38:25 PDT 2025
================
@@ -1458,6 +1458,9 @@ static VersionTuple getMachoBuildVersionSupportedOS(const Triple &Target) {
case Triple::XROS:
// XROS always uses the build version load command.
return VersionTuple();
+ case Triple::BridgeOS:
+ // Who knows?
----------------
fhahn wrote:
Should be the same as XROS and DriverKit, would be good to either use the same comment here as well or merge the code?
https://github.com/llvm/llvm-project/pull/145636
More information about the llvm-commits
mailing list