about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorStuart Cook <Zalathar@users.noreply.github.com>2025-08-08 12:52:54 +1000
committerGitHub <noreply@github.com>2025-08-08 12:52:54 +1000
commit2edfd3636117db8f57cc49c3a0b786c6245b0617 (patch)
tree8fdf954fb681741cbe2f1dafd1cda6b102ca191b /compiler/rustc_codegen_llvm/src
parentbdb082b7639de67e421a3d32c331949654460cec (diff)
parent36383dd2b8e1eeb18c018f1db324425f4355fe10 (diff)
downloadrust-2edfd3636117db8f57cc49c3a0b786c6245b0617.tar.gz
rust-2edfd3636117db8f57cc49c3a0b786c6245b0617.zip
Rollup merge of #144931 - dpaoliello:msvc-wholearchive, r=jieyouxu
[win][arm64ec] Fix msvc-wholearchive for Arm64EC

`msvc-wholearchive` was failing on Arm64EC Windows as it requires the `/MACHINE:ARM64EC` flag to be passed to the MSVC linker.

This required splitting the `extra_c_flags` function into a new `extra_linker_flags` function as `/MACHINE:ARM64EC` is not a valid argument to be passed to the MSVC Compiler (instead, `/arm64EC` should be used).
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions