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

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 19 15:27:48 PDT 2020


amccarth added a comment.

I read back through some of the history, but I still don't feel like I have all the context.  That said, this change looks simple and straightforward to me.

Would it be feasible and useful to create a test that links two trivial programs with a single instantiation of the lld process?  It seems like it would detect regressions and catch any introduction of a new global that needs to be reset.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70378





More information about the llvm-commits mailing list