fix: I meant LLVM version 13, not 12
This commit is contained in:
parent
dcdb9ad3d2
commit
babe894bab
3 changed files with 3 additions and 3 deletions
|
@ -1437,7 +1437,7 @@ LLVMRustCreateThinLTOData(LLVMRustThinLTOModule *modules,
|
|||
Ret->ResolvedODR[ModuleIdentifier][GUID] = NewLinkage;
|
||||
};
|
||||
|
||||
#if LLVM_VERSION_GE(12,0)
|
||||
#if LLVM_VERSION_GE(13,0)
|
||||
lto::Config conf;
|
||||
thinLTOResolvePrevailingInIndex(conf, Ret->Index, isPrevailing, recordNewLinkage,
|
||||
Ret->GUIDPreservedSymbols);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue