[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 <medismail.bennani@gmail.com>
This commit is contained in:
Med Ismail Bennani 2022-06-23 11:52:25 -07:00
parent 768216cac0
commit 148071fbae
No known key found for this signature in database
GPG Key ID: 9040401522D38F4E
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ module LLVM_intrinsic_gen {
export *
}
module IR_AbstractCallSite { header "IR/AbstractCallSite.h" export * }
module IR_ConstantFold { header "IR/ConstantFold.h" export * }
module IR_ConstantFolder { header "IR/ConstantFolder.h" export * }
module IR_GlobalVariable { header "IR/GlobalVariable.h" export * }
module IR_NoFolder { header "IR/NoFolder.h" export * }