Skip to content

Commit 10c286a

Browse files
committed
use twine
1 parent cae7724 commit 10c286a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/AMDGPU.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ void amdgpu::addFullLTOPartitionOption(const Driver &D,
736736

737737
if (unsigned NumParts = GetFullLTOPartitions(D, Args); NumParts > 1) {
738738
CmdArgs.push_back(
739-
Args.MakeArgString("--lto-partitions=" + std::to_string(NumParts)));
739+
Args.MakeArgString("--lto-partitions=" + Twine(NumParts)));
740740
}
741741
}
742742

0 commit comments

Comments
 (0)