We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IR/ConstantFold
1 parent 768216c commit 148071fCopy full SHA for 148071f
llvm/include/llvm/module.modulemap
@@ -244,6 +244,7 @@ module LLVM_intrinsic_gen {
244
export *
245
}
246
module IR_AbstractCallSite { header "IR/AbstractCallSite.h" export * }
247
+ module IR_ConstantFold { header "IR/ConstantFold.h" export * }
248
module IR_ConstantFolder { header "IR/ConstantFolder.h" export * }
249
module IR_GlobalVariable { header "IR/GlobalVariable.h" export * }
250
module IR_NoFolder { header "IR/NoFolder.h" export * }
0 commit comments