[llvm] 574fbdc - [BinaryFormat] Add SFrameConstants.def to the module map
Pavel Labath via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 25 02:31:56 PDT 2025
Author: Pavel Labath
Date: 2025-07-25T11:31:27+02:00
New Revision: 574fbdc19f77b4a4294978adfb153a850503c582
URL: https://github.com/llvm/llvm-project/commit/574fbdc19f77b4a4294978adfb153a850503c582
DIFF: https://github.com/llvm/llvm-project/commit/574fbdc19f77b4a4294978adfb153a850503c582.diff
LOG: [BinaryFormat] Add SFrameConstants.def to the module map
Follup-up to #147294, should fix the module build.
Added:
Modified:
llvm/include/module.modulemap
Removed:
################################################################################
diff --git a/llvm/include/module.modulemap b/llvm/include/module.modulemap
index a4aae08e639e4..ac360b25d7529 100644
--- a/llvm/include/module.modulemap
+++ b/llvm/include/module.modulemap
@@ -78,6 +78,7 @@ module LLVM_BinaryFormat {
textual header "llvm/BinaryFormat/DynamicTags.def"
textual header "llvm/BinaryFormat/MachO.def"
textual header "llvm/BinaryFormat/MinidumpConstants.def"
+ textual header "llvm/BinaryFormat/SFrameConstants.def"
textual header "llvm/BinaryFormat/Swift.def"
textual header "llvm/BinaryFormat/ELFRelocs/AArch64.def"
textual header "llvm/BinaryFormat/ELFRelocs/AMDGPU.def"
More information about the llvm-commits
mailing list