[PATCH] D135402: [LLD] Enable --no-undefined-version by default.

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 14:18:32 PDT 2022


jhuber6 added a comment.

In D135402#3856895 <https://reviews.llvm.org/D135402#3856895>, @danalbert wrote:

> Why was an LLD patch reverted as a result of GNU ld not supporting a flag?

The problem was that this patch put LLVM in a state that it could not be built using `lld` anymore. GNU ld not supporting the flag simply made it difficult to easily work around the regression. The problems observed were with the `libomp` and `lto` version scripts. This patch should be re-landed once those issues are addressed more directly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135402/new/

https://reviews.llvm.org/D135402



More information about the llvm-commits mailing list