aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/all_types.hpp')
-rw-r--r--src/all_types.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/all_types.hpp b/src/all_types.hpp
index d2d46534f3..adb9b34f95 100644
--- a/src/all_types.hpp
+++ b/src/all_types.hpp
@@ -1207,6 +1207,9 @@ struct BlockContext {
LLVMZigDIScope *di_scope;
Buf *c_import_buf;
+
+ // if this is true, then this code will not be generated
+ bool codegen_excluded;
};