about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-04-28 22:56:44 +0200
committerGitHub <noreply@github.com>2023-04-28 22:56:44 +0200
commit33f15e899d922419c3fe447e4cd24ced90c008a9 (patch)
tree2fa564a2dd67f15189a5a7425329c52676f2c4de /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parentaba9fb4696a300f8fa95e838ac9da81c61714617 (diff)
parent6a89e9451f61c662d79c8293f819c3c84c8837fb (diff)
downloadrust-33f15e899d922419c3fe447e4cd24ced90c008a9.tar.gz
rust-33f15e899d922419c3fe447e4cd24ced90c008a9.zip
Rollup merge of #110917 - Be-ing:whole_archive_with_staticlib_fix, r=petrochenkov
only error combining +whole-archive and +bundle for rlibs

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

Checking `flavor == RlibFlavor::Normal` was accidentally lost in 601fc8b36b1962285e371cf3c54eeb3b1b9b3a74
https://github.com/rust-lang/rust/pull/105601

That caused combining +whole-archive and +bundle link modifiers on non-rlib crates to fail with a confusing error message saying that combination is unstable for rlibs. In particular, this caused the build to fail when +whole-archive was used on staticlib crates, even though +whole-archive effectively does nothing on non-bin crates because the final linker invocation is left to an external build system.

cc ``@petrochenkov``
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions