Skip to content

Commit e42c9ea

Browse files
committed
CI: Generate the intrinsic_function_registry_util.h
1 parent a2db2b0 commit e42c9ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/build.xsh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ python src/libasr/asdl_cpp.py grammar/Python.asdl src/lpython/python_ast.h
3434
python grammar/asdl_py.py
3535
# Generate a wasm_visitor.h from src/libasr/wasm_instructions.txt (C++)
3636
python src/libasr/wasm_instructions_visitor.py
37+
# Generate the intrinsic_function_registry_util.h (C++)
38+
python src/libasr/intrinsic_func_registry_util_gen.py
3739

3840
# Generate the tokenizer and parser
3941
pushd src/lpython/parser && re2c -W -b tokenizer.re -o tokenizer.cpp && popd

0 commit comments

Comments
 (0)