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

Make libunwind build hermetic #72746

Merged
merged 1 commit into from
Jun 3, 2020
Merged

Commits on May 29, 2020

  1. Make libunwind build hermetic

    We want to avoid exporting any symbols from Rust's version of libunwind,
    and to do so we need to disable visibility annotations to make sure that
    the -fvisibility=hidden has effect, and also hide global new/delete.
    
    This matches the CMake build of libunwind.
    petrhosek committed May 29, 2020
    Configuration menu
    Copy the full SHA
    21abc88 View commit details
    Browse the repository at this point in the history