]> git.lizzy.rs Git - rust.git/commit - src/tools/rustfmt
Auto merge of #76307 - sunfishcode:wasm-no-eh-frame-header, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 6 Sep 2020 01:58:35 +0000 (01:58 +0000)
committerbors <bors@rust-lang.org>
Sun, 6 Sep 2020 01:58:35 +0000 (01:58 +0000)
commit94b8eb80abf68d7505aca3562a625ec00fa394a1
tree6b3a7a24692a6405167f19be66db5fa26ab32f96
parentd39b076489a8686961204721001ccd9a9e9a5e0a
parent2bc4c03eb8180f2852f773054c75cfcfe42e9cc3
Auto merge of #76307 - sunfishcode:wasm-no-eh-frame-header, r=alexcrichton

Disable use of `--eh-frame-hdr` on wasm32.

Set wasm32's `TargetOptions::eh_frame_header` to false so that we don't pass `--eh-frame-hdr` to `wasm-ld`, which doesn't support that flag.

r? @alexcrichton