[clang] modulemap: add arm64 intrinsics header (PR #142653)

2025-06-04 Thread Saleem Abdulrasool via cfe-commits
https://github.com/compnerd closed https://github.com/llvm/llvm-project/pull/142653 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] modulemap: add arm64 intrinsics header (PR #142653)

2025-06-03 Thread Saleem Abdulrasool via cfe-commits
https://github.com/compnerd approved this pull request. https://github.com/llvm/llvm-project/pull/142653 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] modulemap: add arm64 intrinsics header (PR #142653)

2025-06-03 Thread Fabrice de Gans via cfe-commits
https://github.com/Steelskin updated https://github.com/llvm/llvm-project/pull/142653 >From bd1690f9ed915e382ed44ac7e14a1820f0ca1206 Mon Sep 17 00:00:00 2001 From: Fabrice de Gans Date: Tue, 3 Jun 2025 11:26:04 -0700 Subject: [PATCH] modulemap: add arm64 intrinsics header The header was missin

[clang] modulemap: add arm64 intrinsics header (PR #142653)

2025-06-03 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Fabrice de Gans (Steelskin) Changes The header was missing from the modulemap definition, resulting in a breakage for Swift with recent Windows SDK headers. --- Full diff: https://github.com/llvm/llvm-project/pull/142653.diff 1 Files Af

[clang] modulemap: add arm64 intrinsics header (PR #142653)

2025-06-03 Thread Fabrice de Gans via cfe-commits
https://github.com/Steelskin created https://github.com/llvm/llvm-project/pull/142653 The header was missing from the modulemap definition, resulting in a breakage for Swift with recent Windows SDK headers. >From 3324034754b7877258be3f8a806ac3ab8ada3ab6 Mon Sep 17 00:00:00 2001 From: Fabrice d