mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Modules: fix modules build.
A recent commit made GlobalVariable.h depend on intrinsics generation, so (I think) it needs to be in the lower-level module. I'll confirm with others, but this should fix the bots. llvm-svn: 302803
This commit is contained in:
parent
a6a50d93e8
commit
5684bf9378
@ -148,6 +148,7 @@ module LLVM_intrinsic_gen {
|
||||
module IR_Attributes { header "IR/Attributes.h" export * }
|
||||
module IR_CallSite { header "IR/CallSite.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 * }
|
||||
module IR_Module { header "IR/Module.h" export * }
|
||||
module IR_ModuleSummaryIndex { header "IR/ModuleSummaryIndex.h" export * }
|
||||
|
Loading…
x
Reference in New Issue
Block a user