We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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]
LLVM ERROR: ERROR: Constant unimplemented for type: [3 x i32]
The text was updated successfully, but these errors were encountered:
TLS is currently only supported for global integers. I'll leave this open until the feature is implemented.
Sorry, something went wrong.
No branches or pull requests
Code Sample:
Resulting Error:
LLVM ERROR: ERROR: Constant unimplemented for type: [3 x i32]
The text was updated successfully, but these errors were encountered: