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``
This commit is contained in:
Matthias Krüger 2025-04-17 00:14:27 +02:00 committed by GitHub
commit 5f94f8320c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Diff Content Not Available