Skip to content

Commit 974f678

Browse files
committed
[HIP] [NFC] Rename to ClangArgs (really)
Fixes 0165d04
1 parent 6123a81 commit 974f678

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
@@ -471,6 +471,6 @@ void HIP::constructGenerateObjFileFromHIPFatBinary(
471471
"-x", "assembler",
472472
ObjinFile, "-c"};
473473
C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(),
474-
D.getClangProgramPath(), McArgs,
474+
D.getClangProgramPath(), ClangArgs,
475475
Inputs, Output, D.getPrependArg()));
476476
}

0 commit comments

Comments
 (0)