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

Pass LLVM linker flags to librustc_llvm build #61704

Merged
merged 1 commit into from
Jun 16, 2019

Commits on Jun 11, 2019

  1. Pass LLVM linker flags to librustc_llvm build

    Some -L and -l flags may be needed even when building librustc_llvm,
    for example when using static libc++ on Linux we may need to manually
    specify the library search path and -ldl -lpthread as additional link
    dependencies. We pass LLVM linker flags from config to librustc_llvm
    build to make sure these cases are handled.
    petrhosek committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    48f205d View commit details
    Browse the repository at this point in the history