[PATCH] D56335: [LLD] [docs] Add a known limitation to the comment about lld supporting GCC/MinGW object files. NFC.
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 5 02:47:59 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL350465: [docs] Add a known limitation to the comment about lld supporting GCC/MinGW… (authored by mstorsjo, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D56335?vs=180326&id=180365#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56335/new/
https://reviews.llvm.org/D56335
Files:
lld/trunk/docs/ReleaseNotes.rst
Index: lld/trunk/docs/ReleaseNotes.rst
===================================================================
--- lld/trunk/docs/ReleaseNotes.rst
+++ lld/trunk/docs/ReleaseNotes.rst
@@ -59,7 +59,10 @@
* 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
------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56335.180365.patch
Type: text/x-patch
Size: 753 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190105/c532a2cf/attachment.bin>
More information about the llvm-commits
mailing list