[PATCH] D87949: [ThinLTO] Option to bypass function importing.

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 12:47:13 PDT 2020


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

lgtm with comment typo fix



================
Comment at: llvm/include/llvm/LTO/LTOBackend.h:59
+
+/// Distributed ThinlTO: load the referenced modules, keeping their buffers
+/// alive in the provided OwnedImportLifetimeManager. Returns false if the
----------------
s/lTO/LTO/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87949



More information about the llvm-commits mailing list