GlobalValueSet was moved to IRPartitionLayer recently, but we have a local definition anyway (#3899)

This commit is contained in:
James Ring 2024-11-12 23:11:33 -08:00 committed by GitHub
parent 75f5fa46ab
commit 226bf22f9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -177,7 +177,7 @@ LLVMOrcLLLazyJITBuilderSetJITTargetMachineBuilder(
LLVMOrcDisposeJITTargetMachineBuilder(JTMP); LLVMOrcDisposeJITTargetMachineBuilder(JTMP);
} }
static Optional<CompileOnDemandLayer::GlobalValueSet> static Optional<GlobalValueSet>
PartitionFunction(GlobalValueSet Requested) PartitionFunction(GlobalValueSet Requested)
{ {
std::vector<const GlobalValue *> GVsToAdd; std::vector<const GlobalValue *> GVsToAdd;