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

Typo(s) in the commit message, otherwise this seems reasonable. LG



================
Comment at: clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp:1153
+  for (auto &File : LibraryFiles)
+    if (LinkerInputMap.find(File) != LinkerInputMap.end())
+      LinkerInputMap[File].push_back(File.Filename);
----------------
Nit: count?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125092

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to