rust/compiler/rustc_codegen_ssa
Jacob Pratt 4571317d32
Rollup merge of #151998 - zmodem:naked_visibility.squash, r=saethlin,bjorn3
Set hidden visibility on naked functions in compiler-builtins

88b46460fa made builtin functions hidden, but it doesn't apply to naked functions, which are generated through a different code path.

This was discovered in rust-lang/rust#151486 where aarch64 outline atomics showed up in shared objects, overriding the symbols from compiler-rt.
2026-02-13 22:26:31 -05:00
..
src Rollup merge of #151998 - zmodem:naked_visibility.squash, r=saethlin,bjorn3 2026-02-13 22:26:31 -05:00
Cargo.toml Port rustc_expected_cgu_reuse to the new attribute parser 2026-02-10 10:10:38 +01:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.