[PATCH] D155904: [Docs][llvm-link] Add documentation an CLI options

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 2 11:24:38 PDT 2023


aidengrossman added inline comments.


================
Comment at: llvm/docs/CommandGuide/llvm-link.rst:42
+.. option:: -import <function:filename>
+
+  Specify a function that should be imported from the specified file for
----------------
MaskRay wrote:
> For user-facing utilities (llvm-link is probably not yet), we advertise double-dash long options.
Just to be clear, you're saying that we should keep the single-dash long options here? Or do you want me to change the documentation to use double-dash long options?


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