Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hexagon] Disable thread_local on Hexagon #9025

Merged
merged 1 commit into from
Sep 16, 2021
Merged

[Hexagon] Disable thread_local on Hexagon #9025

merged 1 commit into from
Sep 16, 2021

Commits on Sep 15, 2021

  1. [Hexagon] Disable thread_local on Hexagon

    This is specific to running code on hardware: libc++abi can create
    TLS keys with destructors in the libc++abi library. Despite that,
    the library gets unloaded before the keys are destroyed, leading
    to a crash. Turning off the use of `thread_local` is a workaround
    for this.
    Krzysztof Parzyszek committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    efe7b0d View commit details
    Browse the repository at this point in the history