[PATCH] D155904: [Docs][llvm-link] Add documentation an CLI options
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 31 11:09:04 PDT 2023
tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.
lgtm with a clarification suggested below.
================
Comment at: llvm/docs/CommandGuide/llvm-link.rst:68
+
+.. option:: -suppress-warnings
+
----------------
maybe: "Specify the path to a file containing the module summary index with the results of an earlier ThinLTO link. Required with -import." (i.e. make it clearer that llvm-link is not itself doing the ThinLTO link, but this file should have the results of one done earlier).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155904/new/
https://reviews.llvm.org/D155904
More information about the llvm-commits
mailing list