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.
ClangArgs
1 parent 4a2ebd6 commit 0165d04Copy full SHA for 0165d04
clang/lib/Driver/ToolChains/HIPUtility.cpp
@@ -466,7 +466,7 @@ void HIP::constructGenerateObjFileFromHIPFatBinary(
466
467
Objf << ObjBuffer;
468
469
- ArgStringList McArgs{"-target", Args.MakeArgString(HostTriple.normalize()),
+ ArgStringList ClangArgs{"-target", Args.MakeArgString(HostTriple.normalize()),
470
"-o", Output.getFilename(),
471
"-x", "assembler",
472
ObjinFile, "-c"};
0 commit comments