[llvm] a848df2 - [IR] Add BundleAttributes.def to modulemap as textual header (#203106)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 14:52:20 PDT 2026


Author: Amara Emerson
Date: 2026-06-10T21:52:15Z
New Revision: a848df2d1f818cf38fef5852841d91e9ed118497

URL: https://github.com/llvm/llvm-project/commit/a848df2d1f818cf38fef5852841d91e9ed118497
DIFF: https://github.com/llvm/llvm-project/commit/a848df2d1f818cf38fef5852841d91e9ed118497.diff

LOG: [IR] Add BundleAttributes.def to modulemap as textual header (#203106)

Fixes stage 2 builds broken by 88bd366041fd539d2e8d75f2b2ae081940922f8e

Added: 
    

Modified: 
    llvm/include/module.modulemap

Removed: 
    


################################################################################
diff  --git a/llvm/include/module.modulemap b/llvm/include/module.modulemap
index e71abfb4932c6..d882b799202b2 100644
--- a/llvm/include/module.modulemap
+++ b/llvm/include/module.modulemap
@@ -274,6 +274,7 @@ module LLVM_IR {
   extern module LLVM_Extern_IR_Intrinsics_Enum "module.extern.modulemap"
 
   // These are intended for (repeated) textual inclusion.
+  textual header "llvm/IR/BundleAttributes.def"
   textual header "llvm/IR/ConstrainedOps.def"
   textual header "llvm/IR/DebugInfoFlags.def"
   textual header "llvm/IR/FunctionProperties.def"


        


More information about the llvm-commits mailing list