Skip to content

Commit

Permalink
CI: Generate the intrinsic_function_registry_util.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaikh-Ubaid committed Mar 29, 2024
1 parent a2db2b0 commit e42c9ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ python src/libasr/asdl_cpp.py grammar/Python.asdl src/lpython/python_ast.h
python grammar/asdl_py.py
# Generate a wasm_visitor.h from src/libasr/wasm_instructions.txt (C++)
python src/libasr/wasm_instructions_visitor.py
# Generate the intrinsic_function_registry_util.h (C++)
python src/libasr/intrinsic_func_registry_util_gen.py

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

0 comments on commit e42c9ea

Please sign in to comment.