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

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 17:45:40 PDT 2023


aidengrossman added reviewers: MaskRay, tejohnson, mehdi_amini, lattner.
aidengrossman added a comment.

Was trying to reference the online documentation to look at some flags but didn't see the options that I was looking for and had to go digging through the source code to find it, so I decided to write up a patch. I've added all the missing options which might not be completely ideal as there are quite a few that have been implemented mainly to be used for llvm-lit tests rather than for public consumption, but I felt like there wasn't a large reason not to include them. Definitely interested in hearing other opinions though.


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