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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 12:20:03 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
----------------
For user-facing utilities (llvm-link is probably not yet), we advertise 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