GlobalValueSet was moved to IRPartitionLayer recently, but we have a local definition anyway (#3899)
This commit is contained in:
@ -177,7 +177,7 @@ LLVMOrcLLLazyJITBuilderSetJITTargetMachineBuilder(
|
||||
LLVMOrcDisposeJITTargetMachineBuilder(JTMP);
|
||||
}
|
||||
|
||||
static Optional<CompileOnDemandLayer::GlobalValueSet>
|
||||
static Optional<GlobalValueSet>
|
||||
PartitionFunction(GlobalValueSet Requested)
|
||||
{
|
||||
std::vector<const GlobalValue *> GVsToAdd;
|
||||
|
||||
Reference in New Issue
Block a user