[PATCH] D24622: LTO: Simplify caching interface.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 16:15:35 PDT 2016


mehdi_amini added inline comments.

================
Comment at: include/llvm/LTO/LTO.h:309
@@ -309,1 +308,3 @@
+  /// AddFile functions to add native object files to the link.
+  Error run(AddStreamFn AddStream, AddFileFn AddFile);
 
----------------
I'm not in favor of this, currently a client that don't need caching does not need to handle file input.


https://reviews.llvm.org/D24622





More information about the llvm-commits mailing list