Skip to content

Commit

Permalink
[llvm] Fix the module build
Browse files Browse the repository at this point in the history
Fix the module build after 2c0fb96
  • Loading branch information
JDevlieghere committed Jan 10, 2022
1 parent 847eefe commit 8bed953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/include/llvm/module.modulemap
Expand Up @@ -251,6 +251,7 @@ module LLVM_intrinsic_gen {
module IR_Function { header "IR/Function.h" export * }
module IR_InstrTypes { header "IR/InstrTypes.h" export * }
module IR_Instructions { header "IR/Instructions.h" export * }
module IR_TypeFinder { header "IR/TypeFinder.h" export * }


// Intrinsics.h
Expand Down

0 comments on commit 8bed953

Please sign in to comment.