Skip to content

Conversation

cachemeifyoucan
Copy link
Collaborator

Add clang/Basic/ABIVersions.def introduced in #151995 to textual header
to fix clang module build.

Created using spr 1.3.6
@llvmbot llvmbot added the clang Clang issues not falling into any other category label Aug 26, 2025
@llvmbot
Copy link
Member

llvmbot commented Aug 26, 2025

@llvm/pr-subscribers-clang

Author: Steven Wu (cachemeifyoucan)

Changes

Add clang/Basic/ABIVersions.def introduced in #151995 to textual header
to fix clang module build.


Full diff: https://github.com/llvm/llvm-project/pull/155510.diff

1 Files Affected:

  • (modified) clang/include/module.modulemap (+1)
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"

@cachemeifyoucan cachemeifyoucan enabled auto-merge (squash) August 26, 2025 22:31
@cachemeifyoucan cachemeifyoucan merged commit 5313d68 into main Aug 26, 2025
11 checks passed
@cachemeifyoucan cachemeifyoucan deleted the users/cachemeifyoucan/spr/clang-fix-clang-module-build-by-declaring-new-textual-header branch August 26, 2025 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants