Skip to content

Commit 148071f

Browse files
committed
[llvm] Update module map to include the IR/ConstantFold header
This should fix the build failure occuring when enabling modules (LLVM_ENABLE_MODULES=On): https://green.lab.llvm.org/green/job/lldb-cmake/44785/ Signed-off-by: Med Ismail Bennani <[email protected]>
1 parent 768216c commit 148071f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/module.modulemap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ module LLVM_intrinsic_gen {
244244
export *
245245
}
246246
module IR_AbstractCallSite { header "IR/AbstractCallSite.h" export * }
247+
module IR_ConstantFold { header "IR/ConstantFold.h" export * }
247248
module IR_ConstantFolder { header "IR/ConstantFolder.h" export * }
248249
module IR_GlobalVariable { header "IR/GlobalVariable.h" export * }
249250
module IR_NoFolder { header "IR/NoFolder.h" export * }

0 commit comments

Comments
 (0)