summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-strip-debug-info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-ir-strip-debug-info.cpp')
-rw-r--r--source/slang/slang-ir-strip-debug-info.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/slang-ir-strip-debug-info.cpp b/source/slang/slang-ir-strip-debug-info.cpp
index 124c41a5c..4624a2f9e 100644
--- a/source/slang/slang-ir-strip-debug-info.cpp
+++ b/source/slang/slang-ir-strip-debug-info.cpp
@@ -17,6 +17,7 @@ static void findDebugInfo(IRInst* inst, List<IRInst*>& debugInstructions)
case kIROp_DebugScope:
case kIROp_DebugNoScope:
case kIROp_DebugFunction:
+ case kIROp_DebugBuildIdentifier:
debugInstructions.add(inst);
break;
default: