]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #87307 - michaelwoerister:pgo-unwind-msvc, r=nagisa
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Thu, 22 Jul 2021 11:39:23 +0000 (13:39 +0200)
committerGitHub <noreply@github.com>
Thu, 22 Jul 2021 11:39:23 +0000 (13:39 +0200)
commit90d6d3327d7d40f1f0c8e524c5e40f658070c90f
tree1fcb663084e02469539b54d979b88994fb7946c7
parent8dba89823ac4994837b632fe63ce582a60addcd6
parentd56c02d7e9d2ad9b563ad3695c65b976f1099ec7
Rollup merge of #87307 - michaelwoerister:pgo-unwind-msvc, r=nagisa

Allow combining -Cprofile-generate and -Cpanic=unwind when targeting MSVC.

The LLVM limitation that previously prevented this has been fixed in LLVM 9 which is older than the oldest LLVM version we currently support.

Fixes https://github.com/rust-lang/rust/issues/61002.

r? ``@nagisa`` (or anyone else from ``@rust-lang/wg-llvm)``