[PATCH] D92437: [mac/lld] Include archive name in diagnostics

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 16:39:17 PST 2020


MaskRay added a comment.

Reasonable



================
Comment at: lld/MachO/InputFiles.h:72
 
+  // Filename of .a which contained this file. If this file was
+  // not in an archive file, it is the empty string. We use this
----------------
Suggest: "If not empty, this stores the name of the archive containing this file. ..."


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

https://reviews.llvm.org/D92437



More information about the llvm-commits mailing list