We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e580bbe commit fb9a6faCopy full SHA for fb9a6fa
clang/lib/Driver/ToolChains/AMDGPU.cpp
@@ -736,7 +736,7 @@ void amdgpu::addFullLTOPartitionOption(const Driver &D,
736
737
if (unsigned NumParts = GetFullLTOPartitions(D, Args); NumParts > 1) {
738
CmdArgs.push_back(
739
- Args.MakeArgString("--lto-partitions=" + std::to_string(NumParts)));
+ Args.MakeArgString("--lto-partitions=" + Twine(NumParts)));
740
}
741
742
0 commit comments