summaryrefslogtreecommitdiff
path: root/source/slang/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/compiler.h')
-rw-r--r--source/slang/compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/compiler.h b/source/slang/compiler.h
index a91e03c55..6d0475a05 100644
--- a/source/slang/compiler.h
+++ b/source/slang/compiler.h
@@ -275,6 +275,7 @@ namespace Slang
bool shouldDumpIntermediates = false;
bool shouldDumpIR = false;
+ bool shouldValidateIR = false;
bool shouldSkipCodegen = false;
// How should `#line` directives be emitted (if at all)?