Skip to content

Commit 0165d04

Browse files
authored
[HIP] [NFC] Rename to ClangArgs
#112041 replaced `llvm-mc` with `clang`. The args are now feeding to clang.
1 parent 4a2ebd6 commit 0165d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/HIPUtility.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ void HIP::constructGenerateObjFileFromHIPFatBinary(
466466

467467
Objf << ObjBuffer;
468468

469-
ArgStringList McArgs{"-target", Args.MakeArgString(HostTriple.normalize()),
469+
ArgStringList ClangArgs{"-target", Args.MakeArgString(HostTriple.normalize()),
470470
"-o", Output.getFilename(),
471471
"-x", "assembler",
472472
ObjinFile, "-c"};

0 commit comments

Comments
 (0)