about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-04-17 00:14:27 +0200
committerGitHub <noreply@github.com>2025-04-17 00:14:27 +0200
commit1ced3260f63fbf8e8eaa2b0b5b49a19916aa28b0 (patch)
tree7096459b15bb882a1f56c64e58ca2e86171e2d7a /compiler/rustc_codegen_gcc
parentfb3338cbae827686d933f181491a10b28bded041 (diff)
parent9dbd2bb85cd0de44b4cec80c17b5c767e960553d (diff)
downloadrust-1ced3260f63fbf8e8eaa2b0b5b49a19916aa28b0.tar.gz
rust-1ced3260f63fbf8e8eaa2b0b5b49a19916aa28b0.zip
Rollup merge of #139891 - pvdrz:add-dso-local, r=scottmcm
Include optional dso_local marker for functions in `enum-match.rs`

This PR adds the `dso_local` marker to the `enum-match.rs` test annotations for all the `match\d+` functions. These markers are added by LLVM when targeting `aarch64-unknown-none` even though they are missing in `aarch64-unknown-linux-gnu`. This is causing a CI error when running the codegen suite on the `aarch64-unknown-none` target for ferrocene.

r? ``@scottmcm``
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions