[PATCH] D155904: [Docs][llvm-link] Add documentation an CLI options
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 2 12:15:50 PDT 2023
MaskRay 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
----------------
aidengrossman wrote:
> 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?
Yes, consider documenting just 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