forked from OSchip/llvm-project
Fix modules build after PassManagerImpl.h addition
This new header needs to be in the LLVM_intrinsics_gen module.
This commit is contained in:
parent
0e362d82b9
commit
f8c4d70d11
|
@ -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 * }
|
||||
|
|
Loading…
Reference in New Issue