- There are issues when the libraries are compiled with clang 7.0.1 (tracked as UE-69848).
#rb Ben.Marsh
#rnx
[FYI] [at]Bob.Tellez
#ROBOMERGE-SOURCE: CL 4963477 via CL 4963480 via CL 4964321
[CL 4969377 by arciel rekman in Main branch]
- There are issues when the libraries are compiled with clang 7.0.1 (tracked as UE-69848).
#rb Ben.Marsh
#rnx
[FYI] [at]Bob.Tellez
#ROBOMERGE-SOURCE: CL 4963367 via CL 4963372 via CL 4964207
[CL 4969343 by arciel rekman in Main branch]
- -nommio on the commandline will disble it for testing
#rb gil.gribb
#ROBOMERGE-OWNER: josh.adams
#ROBOMERGE-AUTHOR: josh.adams
#ROBOMERGE-SOURCE: CL 4963115 via CL 4963118 via CL 4963812
[CL 4969283 by josh adams in Main branch]
#rb none
#jira UE-69193
#ROBOMERGE-SOURCE: CL 4967031 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main)
[CL 4968665 by ben marsh in Main branch]
- There are issues when the libraries are compiled with clang 7.0.1 (tracked as UE-69848).
#jira UE-69848
#rb Ben.Marsh
#rnx
#ROBOMERGE-SOURCE: CL 4965320 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main)
[CL 4968661 by arciel rekman in Main branch]
To generate an input file, compile a single file with UnrealBuildTool and redirect the output to a text file:
UnrealBuildTool.exe UE4Editor Win64 Development -SingleFile="E:\P4\Engine\Source\Runtime\Core\Private\Misc\CoreGlobals.cpp" -Timing > E:\Output.txt
To convert into a trace readable by chrome:
AutomationTool.exe ParseMsvcTimingInfo -File=E:\Output.txt
Output file will be written to the same directory as the input file, but with a json extension.
#jira
#ROBOMERGE-SOURCE: CL 4896073 via CL 4896742
[CL 4896785 by ben marsh in Main branch]
This is handled by the ELocTextPlatformSplitMode enum, used by FLocTextHelper (default is ELocTextPlatformSplitMode::None to preserve old behavior), and allows you to optionally split localization data for all platforms, or for any NDA restricted platforms. Note: Any localization data that is used by multiple platforms is still considered platform agnostic, even if it appears only within platform specific files.
#jira UE-65600
#rb Francis.Hurteau
#lockdown Matt.Kuhlenschmidt
[CL 4761508 by Jamie Dale in Dev-Editor branch]