Skip to content

Commit cabe8e2

Browse files
committed
BUILD: Generate src/libasr/pass/intrinsic_function_registry_util.h
1 parent e674e3c commit cabe8e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build0.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ python src/libasr/asdl_cpp.py grammar/Python.asdl src/lpython/python_ast.h
1313
python src/libasr/asdl_cpp.py src/libasr/ASR.asdl src/libasr/asr.h
1414
# Generate a wasm_visitor.h from src/libasr/wasm_instructions.txt (C++)
1515
python src/libasr/wasm_instructions_visitor.py
16+
# Generate the intrinsic_function_registry_util.h (C++)
17+
python src/libasr/intrinsic_func_registry_util_gen.py
1618

1719
# Generate the tokenizer and parser
1820
(cd src/lpython/parser && re2c -W -b tokenizer.re -o tokenizer.cpp)

0 commit comments

Comments
 (0)