rust/compiler/rustc_codegen_ssa/src/back
Matthias Krüger 328e9785fb
Rollup merge of #114376 - inferiorhumanorgans:rustc-codegen-ssa-duplicate-export, r=wesleywiser
Avoid exporting __rust_alloc_error_handler_should_panic more than once.

Exporting `__rust_alloc_error_handler_should_panic` multiple times causes `ld.gold` to balk with: `error: version script assignment of  to symbol __rust_alloc_error_handler_should_panic failed: symbol not defined`

Specifically this breaks builds of 1.70.0 and newer on DragonFly and YoctoProject with `ld.gold`.  Builds with `ld.bfd` and `lld` should be unaffected.

http://errors.yoctoproject.org/Errors/Details/708194/
2023-08-08 03:30:54 +02:00
..
rpath Handle non-utf8 rpaths (fix FIXME) 2023-08-03 20:04:18 +02:00
archive.rs Recognize AIX style archive kind 2023-04-19 11:10:47 +08:00
command.rs Reduce usage of Symbol in the linker code 2022-06-28 18:38:36 +00:00
link.rs inline format!() args up to and including rustc_codegen_llvm 2023-07-30 14:22:50 +02:00
linker.rs inline format!() args up to and including rustc_codegen_llvm 2023-07-30 14:22:50 +02:00
lto.rs Merge new_metadata into codegen_allocator 2022-04-30 21:20:08 +02:00
metadata.rs inline format!() args up to and including rustc_codegen_llvm 2023-07-30 14:22:50 +02:00
mod.rs Use the object crate for metadata reading 2021-05-07 18:48:58 +02:00
rpath.rs Handle non-utf8 rpaths (fix FIXME) 2023-08-03 20:04:18 +02:00
symbol_export.rs Avoid exporting symbols more than once. 2023-08-02 11:02:23 -07:00
write.rs Rollup merge of #113717 - cuishuang:master, r=Nilstrieb 2023-07-31 22:49:47 +02:00