[PATCH] D56335: [LLD] [docs] Add a known limitation to the comment about lld supporting GCC/MinGW object files. NFC.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 4 14:54:40 PST 2019
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: docs/ReleaseNotes.rst:63-64
+ 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.)
----------------
dwarf -> DWARF
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56335/new/
https://reviews.llvm.org/D56335
More information about the llvm-commits
mailing list