]> git.lizzy.rs Git - rust.git/commitdiff
Allow combining -Cprofile-generate and -Cpanic=unwind when targeting
authorMichael Woerister <michaelwoerister@posteo>
Mon, 19 Jul 2021 15:14:58 +0000 (17:14 +0200)
committerMichael Woerister <michaelwoerister@posteo>
Tue, 20 Jul 2021 09:41:51 +0000 (11:41 +0200)
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.

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


No differences found