Skip to content

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

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions