mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Fix LLVM LTO error message
This commit is contained in:
parent
0f694cf33d
commit
e7f50985dc
1 changed files with 1 additions and 1 deletions
|
@ -6584,7 +6584,7 @@ bool BfCompiler::DoCompile(const StringImpl& outputDirectory)
|
||||||
if (!hotSwapErrors.IsEmpty())
|
if (!hotSwapErrors.IsEmpty())
|
||||||
mPassInstance->Fail(StrFormat("Hot compilation cannot be used when LTO is enabled in '%s'. Consider setting 'Workspace/Beef/Debug/Enable Hot Compilation' to 'No'.", hotSwapErrors.c_str()));
|
mPassInstance->Fail(StrFormat("Hot compilation cannot be used when LTO is enabled in '%s'. Consider setting 'Workspace/Beef/Debug/Enable Hot Compilation' to 'No'.", hotSwapErrors.c_str()));
|
||||||
if (!toolsetErrors.IsEmpty())
|
if (!toolsetErrors.IsEmpty())
|
||||||
mPassInstance->Fail(StrFormat("The Workspace Toolset must be set to 'LLVM' in order to use LTO in '%s'. Consider changing 'Workspace/General/Toolset' to 'LLVM'.", toolsetErrors.c_str()));
|
mPassInstance->Fail(StrFormat("The Workspace Toolset must be set to 'LLVM' in order to use LTO in '%s'. Consider changing 'Workspace/Targeted/Build/Toolset' to 'LLVM'.", toolsetErrors.c_str()));
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue