run-make: investigate if we can make tests with linkage less error-prone #128821
Labels
A-compiletest
Area: The compiletest test runner
A-linkage
Area: linking into static, shared libraries and binaries
A-run-make
Area: port run-make Makefiles to rmake.rs
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
E-needs-design
This issue needs exploration and design to see how and if we can fix/implement it
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
In #128807 we found out that for
fmt-write-bloat
we needed to do (on Windows):in order for the test to not be
ignore-windows-msvc
.It also can't just be
#[cfg_attr(target_env = "msvc", link(name = "libcmt"))]
simply, because that would fail withWe should find a way to make this less tricky / error-prone (because this is very non-obvious).
@ChrisDenton said
The text was updated successfully, but these errors were encountered: