Fix modules build after PassManagerImpl.h addition

This new header needs to be in the LLVM_intrinsics_gen module.
This commit is contained in:
Reid Kleckner 2020-02-03 14:25:15 -08:00
parent 0e362d82b9
commit f8c4d70d11
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@ module LLVM_intrinsic_gen {
module Analysis_DomTreeUpdater { header "Analysis/DomTreeUpdater.h" export * }
module IR_IRBuilder { header "IR/IRBuilder.h" export * }
module IR_PassManager { header "IR/PassManager.h" export * }
module IR_PassManagerImpl { header "IR/PassManagerImpl.h" export * }
module IR_PredIteratorCache { header "IR/PredIteratorCache.h" export * }
module IR_Verifier { header "IR/Verifier.h" export * }
module IR_InstIterator { header "IR/InstIterator.h" export * }