Skip to content

Commit d61e1c1

Browse files
authored
Merge branch 'master' into spirv-val-fix
2 parents 50f226f + 55dd2de commit d61e1c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/slang/slang.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1111,6 +1111,7 @@ SLANG_NO_THROW SlangResult SLANG_MCALL Session::parseCommandLineArguments(
11111111
SerializedOptionsData& optionData = outData->options[optionDataIndex];
11121112
optionDataIndex++;
11131113
tempReq->getOptionSet().serialize(&optionData);
1114+
tempReq->m_optionSetForDefaultTarget.serialize(&optionData);
11141115
for (auto target : tempReq->getLinkage()->targets)
11151116
{
11161117
slang::TargetDesc tdesc;

0 commit comments

Comments
 (0)