================ @@ -312,7 +312,8 @@ bool InitHeaderSearch::ShouldAddDefaultIncludePaths( break; case llvm::Triple::UnknownOS: - if (triple.isWasm()) + if (triple.isWasm() || ((triple.getVendor() == llvm::Triple::Apple) && + triple.isOSBinFormatMachO())) ---------------- ian-twilightcoder wrote:
Ok sure, we can use it in the driver too https://github.com/llvm/llvm-project/pull/120507 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits