Skip to content

[missing feature/bug] thread local storage array results into LLVM error #49

@lilith218

Description

@lilith218

Code Sample:

__thread int vals[3]; /* causes a crash */
__thread int val; /* no problem */
int main(void) { return 0; }

Resulting Error:
LLVM ERROR: ERROR: Constant unimplemented for type: [3 x i32]

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions