[lld] r350465 - [docs] Add a known limitation to the comment about lld supporting GCC/MinGW object files. NFC.
Martin Storsjo via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 5 02:44:03 PST 2019
Author: mstorsjo
Date: Sat Jan 5 02:44:03 2019
New Revision: 350465
URL: http://llvm.org/viewvc/llvm-project?rev=350465&view=rev
Log:
[docs] Add a known limitation to the comment about lld supporting GCC/MinGW object files. NFC.
Differential Revision: https://reviews.llvm.org/D56335
Modified:
lld/trunk/docs/ReleaseNotes.rst
Modified: lld/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/ReleaseNotes.rst?rev=350465&r1=350464&r2=350465&view=diff
==============================================================================
--- lld/trunk/docs/ReleaseNotes.rst (original)
+++ lld/trunk/docs/ReleaseNotes.rst Sat Jan 5 02:44:03 2019
@@ -59,7 +59,10 @@ MinGW Improvements
* lld can now use existing normal MinGW sysroots with import libraries and
CRT startup object files for GNU binutils. lld can handle most object
files produced by GCC, and thus works as a drop-in replacement for
- ld.bfd in such environments.
+ ld.bfd in such environments. (There are known issues with linking crtend.o
+ from GCC in setups with DWARF exceptions though, where object files are
+ linked in a different order than with GNU ld, inserting a DWARF exception
+ table terminator too early.)
MachO Improvements
------------------
More information about the llvm-commits
mailing list