[PATCH] D51095: [LLD] [RFC] Don't close the memory mapping when exiting

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 22 16:48:56 PDT 2018


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM

I think I like this approach more than https://reviews.llvm.org/D51096 which seems more artificial than this one. This patch should prevent crashing when exiting. If lld worked like that from beginning, we probably wouldn't have been discussing adding https://reviews.llvm.org/D51096.


Repository:
  rL LLVM

https://reviews.llvm.org/D51095





More information about the llvm-commits mailing list