about summary refs log tree commit diff
path: root/tests/run-make/native-lib-alt-naming
AgeCommit message (Collapse)AuthorLines
2025-06-19Adjust some run-make tests on cross-compileJieyou Xu-4/+2
2025-06-12ignore `run-make` tests that need `std` on `no_std` targetsFolkert de Vries-0/+2
In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda`
2024-08-27linker: Better support alternative static library naming on MSVCVadim Petrochenkov-0/+18
Previously `libname.a` naming was supported as a fallback when producing rlibs, but not when producing executables or dynamic libraries