Skip to content

Commit 9ef3b41

Browse files
authoredNov 4, 2022
Rollup merge of rust-lang#103931 - pnkfelix:note-eh-personality-limit-atop-lld, r=Mark-Simulacrum
Add note to RELEASES.md regarding issue 102754. As discussed in [compiler triage meeting today](https://rust-lang.zulipchat.com/#narrow/stream/238009-t-compiler.2Fmeetings/topic/.5Bweekly.5D.202022-11-03/near/307746618); it would have been nice to get this in time for the stable notes, but having it only in nightly only is better than nothing... r? `@Mark-Simulacrum`
2 parents e6eaa2f + 9c79a27 commit 9ef3b41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎RELEASES.md

+3
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ Compatibility Notes
8787
This strengthens the forward compatibility lint deprecated_cfg_attr_crate_type_name to deny.
8888
- [`llvm-has-rust-patches` allows setting the build system to treat the LLVM as having Rust-specific patches](https://github.com/rust-lang/rust/pull/101072)
8989
This option may need to be set for distributions that are building Rust with a patched LLVM via `llvm-config`, not the built-in LLVM.
90+
- Combining three or more languages (e.g. Objective C, C++ and Rust) into one binary may hit linker limitations when using `lld`. For more information, see [issue 102754][102754].
91+
92+
[102754]: https://github.com/rust-lang/rust/issues/102754
9093

9194
Internal Changes
9295
----------------

0 commit comments

Comments
 (0)
Please sign in to comment.