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

rustc: Allow using clang for wasm32 targets #59320

Merged
merged 1 commit into from
Mar 29, 2019

Commits on Mar 20, 2019

  1. rustc: Allow using clang for wasm32 targets

    This commit adds support code for using `clang` directly to link the
    wasm32-unknown-unknown target. Currently the target is only really
    configured to link with LLD directly, but this ensures that `clang` can
    be configured as well.
    
    While not immediately useful in the near term it's likely that more
    wasm32 targets will pop up over time with Clang's new native support for
    WebAssembly in the 8.0.0 release. Getting support into rustc early
    should make it easier to experiment with these targets and try out
    various changes here and there.
    alexcrichton committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    0e94541 View commit details
    Browse the repository at this point in the history