Skip to content

Commit 9e5df35

Browse files
authored
switch to joinedArg
1 parent 45caa36 commit 9e5df35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/HLSL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ HLSLToolChain::TranslateArgs(const DerivedArgList &Args, StringRef BoundArch,
518518
continue;
519519
}
520520
if (A->getOption().getID() == options::OPT_dxc_row_major) {
521-
DAL->AddSeparateArg(nullptr,
521+
DAL->AddJoinedArg(nullptr,
522522
Opts.getOption(options::OPT_fmatrix_memory_layout_EQ),
523523
"row-major");
524524
A->claim();

0 commit comments

Comments
 (0)