Skip to content

Commit 6e98840

Browse files
committed
BUILD: Execute intrinsic_func_registry_util_gen.py
1 parent c67368b commit 6e98840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set -ex
55
python src/libasr/asdl_cpp.py src/lc/LC.asdl src/lc/ast.h
66
python src/libasr/asdl_cpp.py src/libasr/ASR.asdl src/libasr/asr.h
77
python src/libasr/wasm_instructions_visitor.py
8+
python src/libasr/intrinsic_func_registry_util_gen.py
89

910
(cd src/lc/parser && re2c -W -b tokenizer.re -o tokenizer.cpp)
1011
(cd src/lc/parser && bison -Wall -d -r all parser.yy)

0 commit comments

Comments
 (0)