]> git.lizzy.rs Git - rust.git/commit
Set -funwind-tables and -fno-exceptions unconditionally for LLVM's libunwind
authorPetr Hosek <phosek@google.com>
Mon, 20 May 2019 19:27:15 +0000 (12:27 -0700)
committerPetr Hosek <phosek@google.com>
Mon, 20 May 2019 19:29:58 +0000 (12:29 -0700)
commitd8f764bbbf10cdccfde48f0a6b7dfdea157b5568
tree143278547ee98a7e7a30aea355ae56f436b817b8
parentd35181ad8785fa958e43580a29a982afe02c728f
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.
src/libunwind/build.rs