[PATCH] D81109: llvm-link: Add support for archive files as inputs.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 16 09:21:57 PDT 2020


ABataev added inline comments.


================
Comment at: llvm/tools/llvm-link/llvm-link.cpp:167
+    };
+    std::string ChildName = Ename.get().str();
+    if (Verbose)
----------------
Why not `StringRef`?


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

https://reviews.llvm.org/D81109





More information about the llvm-commits mailing list