[PATCH] D70378: [LLD][COFF] Fix missing cache cleanup in COFF::link()

Erik McClure via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 14 21:13:31 PDT 2020


blackhole12 updated this revision to Diff 264151.
blackhole12 marked an inline comment as done.
blackhole12 edited the summary of this revision.
blackhole12 added a comment.

This update removes the debuginfo fix, which is no longer needed, and instead moves `outputSections` into `OutputSection` and calls it directly from `link()`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70378

Files:
  lld/COFF/Driver.cpp
  lld/COFF/Writer.cpp
  lld/COFF/Writer.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70378.264151.patch
Type: text/x-patch
Size: 9238 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200515/2958b924/attachment.bin>


More information about the llvm-commits mailing list