[PATCH] D80255: [rfc] [lld] Do not ignore comdats when parsing LTO objects

Christy Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 14:18:15 PDT 2020


christylee abandoned this revision.
christylee added a comment.

@hoy and I figured out the issue, the problem is caused by de-duplicating twice in thinlto, once in thin link, once in final link.  Abandoning this in favor of a new approach.  New diff coming up soon.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80255





More information about the llvm-commits mailing list