https://github.com/cachemeifyoucan created https://github.com/llvm/llvm-project/pull/155510
Add `clang/Basic/ABIVersions.def` introduced in #151995 to textual header to fix clang module build. >From 9d4b745b2845d913eb1bab4e4e4ed5952efde27c Mon Sep 17 00:00:00 2001 From: Steven Wu <steve...@apple.com> Date: Tue, 26 Aug 2025 15:29:42 -0700 Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?= =?UTF-8?q?l=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Created using spr 1.3.6 --- clang/include/module.modulemap | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/include/module.modulemap b/clang/include/module.modulemap index 42ee34f294061..c5535262ae38c 100644 --- a/clang/include/module.modulemap +++ b/clang/include/module.modulemap @@ -37,6 +37,7 @@ module Clang_Basic { umbrella "clang/Basic" textual header "clang/Basic/AArch64ACLETypes.def" + textual header "clang/Basic/ABIVersions.def" textual header "clang/Basic/AMDGPUTypes.def" textual header "clang/Basic/BuiltinHeaders.def" textual header "clang/Basic/BuiltinsAArch64.def" _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits