[clang] [llvm] [Triple] Make an target triple "os" for firmware (PR #176272)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 17 17:49:39 PST 2026


================
@@ -3118,9 +3139,7 @@ bool Darwin::isAlignedAllocationUnavailable() const {
   case WatchOS: // Earlier than 4.0.
     OS = llvm::Triple::WatchOS;
     break;
-  case XROS: // Always available.
----------------
MaskRay wrote:

These apple platform simplification can be extracted as a separate patch.

https://github.com/llvm/llvm-project/pull/176272


More information about the cfe-commits mailing list