about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2025-03-23 20:44:08 -0400
committerGitHub <noreply@github.com>2025-03-23 20:44:08 -0400
commit9a243cf7d362a6d3bc64c2a9dec4a9199a8d561e (patch)
treefc7a8f5825f4a595628ddba0e3ea5c3deecf79d3 /compiler/rustc_codegen_llvm/src
parent95994f94ff5c9335426af4dec19afb5024f82fab (diff)
parent530ab61c0eca891773bb71716849e3e934e84e9f (diff)
downloadrust-9a243cf7d362a6d3bc64c2a9dec4a9199a8d561e.tar.gz
rust-9a243cf7d362a6d3bc64c2a9dec4a9199a8d561e.zip
Rollup merge of #137736 - bjorn3:compiler_builtins_export_fix, r=petrochenkov
Don't attempt to export compiler-builtins symbols from rust dylibs

They are marked with hidden visibility to prevent them from getting exported, so we shouldn't ask the linker to export them anyway. The only thing that does it cause a warning on macOS.

Part of https://github.com/rust-lang/rust/issues/136096

cc `@jyn514`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions