]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #39319 - nagisa:remove-rustsetpersonalityfn, r=pnkfelix
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Thu, 2 Feb 2017 21:22:23 +0000 (22:22 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Feb 2017 21:22:23 +0000 (22:22 +0100)
Remove unnecessary LLVMRustPersonalityFn binding

LLVM Core C bindings provide this function for all the versions back to what we support (3.7), and
helps to avoid this unnecessary builder->function transition every time. Also a negative diff.

Fixes #38462 (although it was pretty much fixed already)


Trivial merge