about summary refs log tree commit diff
path: root/tests/run-make/musl-default-linking
AgeCommit message (Collapse)AuthorLines
2025-09-21Make mips64el-unknown-linux-muslabi64 link dynamicallyJens Reidel-2/+1
I missed this target when I changed all the other tier 3 targets. Only realized that this one was still statically linked when I looked at the list of targets in the test later. Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2025-09-15tests/run-make: Update list of statically linked musl targetsJens Reidel-9/+1
All of the tier 3 targets in the list now link dynamically by default (except mips64el-unknown-linux-muslabi64, I overlooked that one). Adjust the list of targets expected to link statically accordingly. Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2025-07-30[test][run-make] add needs-llvm-componentsDavid Tenty-0/+1
Add some constraints to run-make tests that require specific target support and will fail without them.
2025-03-10Target definition for `wasm32-wali-linux-musl` to support the Wasm LinuxArjun Ramesh-1/+14
Interface This commit does not patch libc, stdarch, or cc
2024-12-23fix a few typos in rmake tests' commentsRémy Rakic-1/+1
2024-12-10Add test for musl dynamically linkingWesley Wiser-0/+62