about summary refs log tree commit diff
path: root/compiler/rustc_parse/src
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-05-08 13:55:45 +0200
committerGitHub <noreply@github.com>2025-05-08 13:55:45 +0200
commit12d6a47bda0110b82a191a293bb0a41e5c0ce878 (patch)
treea7c2847d3e25516f23b99671c22f595f363d3342 /compiler/rustc_parse/src
parent13ad11821e8d636e71d0ad8954071cd4c9e7bc6c (diff)
parent742aaf9b697a43c0da8c55fd234f8088f1cfe79c (diff)
downloadrust-12d6a47bda0110b82a191a293bb0a41e5c0ce878.tar.gz
rust-12d6a47bda0110b82a191a293bb0a41e5c0ce878.zip
Rollup merge of #140756 - dpaoliello:paclink, r=jieyouxu
[arm64] Pointer auth test should link with C static library statically

While trying to get the aarch64-msvc build working correctly (#140136), the `pointer-auth-link-with-c` test was failing.

The pointer auth test builds its C library statically:
https://github.com/rust-lang/rust/blob/3ef8e64ce9f72ee8d600d55bc43b36eed069b252/tests/run-make/pointer-auth-link-with-c/rmake.rs#L15

However, the Rust code did not indicate the link kind, so it defaulted to dynamic which then fails on Windows.
Diffstat (limited to 'compiler/rustc_parse/src')
0 files changed, 0 insertions, 0 deletions