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

Build LLVM with -static-libstdc++ on dist builds #57429

Merged
merged 1 commit into from
Jan 8, 2019

Commits on Jan 8, 2019

  1. Build LLVM with -static-libstdc++ on dist builds

    This commit is intended on fixing a regression from rust-lang#57286 where the
    distributed LLVM shared library unfortunately depends on a dynamic copy
    of libstdc++, meaning we're no longer as binary compatible as we
    thought! This tweaks the build of LLVM as out distribution is slightly
    different now, and is hoped to fix the issue.
    
    Closes rust-lang#57426
    alexcrichton committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    d585553 View commit details
    Browse the repository at this point in the history