Skip to content

Commit 8d27bf0

Browse files
committed
HACK to dump intermediates
1 parent 31548e1 commit 8d27bf0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/slang/slang-compiler.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -2637,8 +2637,7 @@ void CodeGenContext::_dumpIntermediate(const ArtifactDesc& desc, void const* dat
26372637

26382638
void CodeGenContext::maybeDumpIntermediate(IArtifact* artifact)
26392639
{
2640-
if (!shouldDumpIntermediates())
2641-
return;
2640+
26422641

26432642

26442643
_dumpIntermediateMaybeWithAssembly(artifact);

0 commit comments

Comments
 (0)