Skip to content

Commit 4fe6315

Browse files
Update tools/clang/tools/dxcompiler/dxclinker.cpp
Co-authored-by: Chris B <beanz@abolishcrlf.org>
1 parent 3e87657 commit 4fe6315

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/clang/tools/dxcompiler/dxclinker.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,8 @@ HRESULT STDMETHODCALLTYPE DxcLinker::Link(
416416
&ShaderHashContent, pReflectionStream, pRootSigStream, nullptr,
417417
nullptr);
418418

419-
if (opts.StripDebug) {
419+
if (opts.StripDebug)
420420
inputs.pM->GetOrCreateDxilModule().StripNamesSensitiveToDebug();
421-
}
422421

423422
if (needsValidation) {
424423
valHR = dxcutil::ValidateAndAssembleToContainer(inputs);

0 commit comments

Comments
 (0)