[PATCH] D24492: [LTO] Switch to the new resolution-based API.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 28 10:44:39 PDT 2016


pcc added inline comments.

================
Comment at: lld/ELF/LTO.cpp:151
@@ +150,3 @@
+
+  auto AddOutput =
+      [&](size_t Task) -> std::unique_ptr<lto::NativeObjectStream> {
----------------
Rename to AddStream.


https://reviews.llvm.org/D24492





More information about the llvm-commits mailing list