Skip to content

Commit 449e0aa

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/clang/tools/dxcompiler/dxcompilerobj.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,9 +1048,8 @@ class DxcCompiler : public IDxcCompiler3,
10481048

10491049
inputs.pVersionInfo = static_cast<IDxcVersionInfo *>(this);
10501050

1051-
if (opts.StripDebug) {
1051+
if (opts.StripDebug)
10521052
inputs.pM->GetOrCreateDxilModule().StripNamesSensitiveToDebug();
1053-
}
10541053

10551054
if (needsValidation) {
10561055
valHR = dxcutil::ValidateAndAssembleToContainer(inputs);

0 commit comments

Comments
 (0)