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

Ian Anderson via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 26 00:32:32 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.
----------------
ian-twilightcoder wrote:

Without these you get errors about unhandled platforms

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


More information about the cfe-commits mailing list