aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Using-with-Visual-Studio.md
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2023-01-05 10:26:08 -0800
committerNirbheek Chauhan <nirbheek@centricular.com>2023-02-23 18:56:31 +0530
commitc8cd91cabd372130b64b63eeb8b4c2c20199b77b (patch)
treee5730cc162a810f6ff05ef898ef4cb3f03e61a8d /docs/markdown/Using-with-Visual-Studio.md
parent91c336449561a68f5624692d3c894f2345e466a2 (diff)
downloadmeson-c8cd91cabd372130b64b63eeb8b4c2c20199b77b.zip
meson-c8cd91cabd372130b64b63eeb8b4c2c20199b77b.tar.gz
meson-c8cd91cabd372130b64b63eeb8b4c2c20199b77b.tar.bz2
Implement rustc controlled whole-archive linking
Rustc as of version 1.61.0 has support for controlling when whole-archive linking takes place, previous to this it tried to make a good guess about what you wanted, which worked most of the time. This is now implemented. Additionally, rustc makes some assumptions about library names (specifically static names), that meson does not keep. This can be fixed with rustc 1.67, where a new +verbatim modifier has been added. We can then force rustc to use the name we give it. Before that, we can sneak through `/WHOELARCHIVE:` in cases of dynamic linking (into a dll or exe), but we can't force the archiver to do what we want (rustc considers the archiver to be an implementation detail). The only solution I can come up with is to copy the library to the format that rustc expects. I've run into some issues with that as well, so we warn in that case. The decisions to leave static into static broken on MSVC for 1.61–1.66 was made because: 1) The work around is non-trivial, and we would have to support that workaround for a long time 2) The number of users of Rust in Meson is small 3) The number of users of Rust in Meson on Windows, with MSVC is tiny 4) Using rustup to update rustc on windows is trivial, and solves the problem completely Fixes: #10723 Fixes: #11247 Co-authored-by: Nirbheek Chauhan <nirbheek@centricular.com>
Diffstat (limited to 'docs/markdown/Using-with-Visual-Studio.md')
0 files changed, 0 insertions, 0 deletions