Skip to content

Implementing Lists as global variables #1464

Closed
@Thirumalai-Shaktivel

Description

@Thirumalai-Shaktivel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    llvmLLVM related changes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions