[PATCH] D52601: [LLD] [COFF] Cope with weak aliases produced by GNU tools

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 27 04:56:55 PDT 2018


mstorsjo added a comment.

In https://reviews.llvm.org/D52601#1247687, @ruiu wrote:

> Is the feature to support .weak.<foo>.<bar> symbols already supported by lld?


As far as I understand it, there's nothing extra needed to handle them as such, they work just as any weak alias (which lld already supports). It's just an artefact from how GNU tools (both GCC and gas) express weak symbols in COFF.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52601





More information about the llvm-commits mailing list