]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #60983 - petrhosek:libunwind-no-exceptions, r=alexcrichton
authorMazdak Farrokhzad <twingoow@gmail.com>
Mon, 20 May 2019 21:03:10 +0000 (23:03 +0200)
committerGitHub <noreply@github.com>
Mon, 20 May 2019 21:03:10 +0000 (23:03 +0200)
Set -funwind-tables and -fno-exceptions unconditionally for LLVM's libunwind

These are required otherwise libunwind will end up with undefined
references to __gxx_personality_v0 which is provided by C++ ABI
library and that's undesirable.


Trivial merge