summaryrefslogtreecommitdiffstats
path: root/source/slang/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/options.cpp')
-rw-r--r--source/slang/options.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/slang/options.cpp b/source/slang/options.cpp
index 669ab1827..a87692700 100644
--- a/source/slang/options.cpp
+++ b/source/slang/options.cpp
@@ -300,6 +300,8 @@ struct OptionsParser
CASE(spirv, SPIRV);
CASE(spirv-assembly, SPIRV_ASM);
+ CASE(slang-ir, IR);
+ CASE(slang-ir-assembly, IR_ASM);
CASE(none, TARGET_NONE);
#undef CASE