]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #62477 - petrhosek:unwind-bootstrap, r=cramertj
authorMazdak Farrokhzad <twingoow@gmail.com>
Mon, 8 Jul 2019 00:40:57 +0000 (02:40 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Jul 2019 00:40:57 +0000 (02:40 +0200)
commitb0062cadaba08cab7698de930fd1240ca1087fdc
tree47c4a0dfb5f5820c0cfd1530c48ed549710cb3eb
parent264884db3b1214ae67a7d7c1d1e60bdc4f6e38cb
parent1dcee4cc631d22f1e67eb72190f3baa384301099
Rollup merge of #62477 - petrhosek:unwind-bootstrap, r=cramertj

Re-add bootstrap attribute to libunwind for llvm-libunwind feature

This was removed in 8a7dded, but since #62286 hasn't yet made it into
beta, this is breaking the build with llvm-libunwind feature enabled.

Furthemore, restrict the link attribute to Fuchsia and Linux, matching
the logic in build.rs since llvm-libunwind feature isn't yet supported
on other systems.