[PATCH] D124567: [dsymutil] Fix memory issue in the BinaryHolder

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 27 16:31:37 PDT 2022


vsk added inline comments.


================
Comment at: llvm/tools/dsymutil/BinaryHolder.cpp:180
   // Create a new ObjectEntry, but don't add it to the cache yet. Loading of
   // the archive members might fail and we don't want to lock the whole archive
   // during this operation.
----------------
This comment might be stale now.


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

https://reviews.llvm.org/D124567



More information about the llvm-commits mailing list