]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #65220 - tlively:update-llvm-for-emscripten-exceptions, r=nikic
authorTyler Mandry <tmandry@gmail.com>
Fri, 11 Oct 2019 22:09:50 +0000 (15:09 -0700)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2019 22:09:50 +0000 (15:09 -0700)
commit2403c37ede33d448461703073c1ab310552c0fdb
tree6025a65c468f95b743d66f6bb8d8b4b3879ee4a3
parent7a2bb04eb5b67294a50e68393a4cede0e5b642cc
parent2c81089425660c78c066c650c44aea25c5d58543
Rollup merge of #65220 - tlively:update-llvm-for-emscripten-exceptions, r=nikic

Update LLVM for Emscripten exception handling support

Updates LLVM to pick up the cherry-picked support for correctly
handling exception handling with aggregates passed by value. This will
be necessary to continue to support Emscripten's exception handling
once we switch using Emscripten's LLVM backend. See #63649.