Closed
Description
In the LLVM backend, we use or call the list_init
API to initialize the List variables. Here, the problem is, we can only call this init function within the LLVM function but not in the module scope.
We have to implement the module_init or something similar to make lists work in the module scope.