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

Use lld directly for Fuchsia target #55106

Merged
merged 1 commit into from Nov 6, 2018
Merged

Commits on Nov 5, 2018

  1. Use lld directly for Fuchsia target

    Fuchsia already uses lld as the default linker, so there's no reason
    to always invoke it through Clang, instead we can simply invoke lld
    directly and pass the set of flags that matches Clang.
    petrhosek committed Nov 5, 2018
    Copy the full SHA
    3d27aca View commit details
    Browse the repository at this point in the history