Skip to content

Commit 2acbe41

Browse files
fix: disable BB_TEST_ITER in stencil compiler (python#56)
1 parent bf88317 commit 2acbe41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tools/justin/build.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,11 @@ class Compiler:
614614
"BB_BRANCH_IF_FLAG_SET",
615615
"BB_JUMP_IF_FLAG_SET",
616616
"BB_JUMP_BACKWARD_LAZY",
617+
"BB_TEST_ITER",
618+
"BB_TEST_ITER_LIST",
619+
"BB_TEST_ITER_TUPLE",
620+
"BB_TEST_ITER_RANGE",
621+
617622

618623
# Tier 2 unsupported
619624
"SEND",

0 commit comments

Comments
 (0)