about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorAlex Zepeda <github@inferiorhumanorgans.com>2023-08-02 10:55:22 -0700
committerAlex Zepeda <github@inferiorhumanorgans.com>2023-08-02 11:02:23 -0700
commit2e29d85f7e88e06bb780d74749c156f03b2ff5f2 (patch)
tree9b7939384e411d648a98d1a61025d7aa4e13676d /compiler/rustc_codegen_llvm/src
parent866710c552e5a9b9ce6d0f8143ebe8d69f7dd451 (diff)
downloadrust-2e29d85f7e88e06bb780d74749c156f03b2ff5f2.tar.gz
rust-2e29d85f7e88e06bb780d74749c156f03b2ff5f2.zip
Avoid exporting symbols 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 on DragonFly and YoctoProject with
ld.gold.  Builds with ld.bfd should be unaffected.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions