[PATCH] D85655: [llvm-install-name-tool] Add more documentation
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 20:00:23 PDT 2020
smeenai accepted this revision.
smeenai added a comment.
This revision is now accepted and ready to land.
Looks great, thanks!
================
Comment at: llvm/docs/CommandGuide/llvm-install-name-tool.rst:25-26
+ - Can combine :option:`-add_rpath`, :option:`-delete_rpath` and :option:`-rpath`
+ in an invocation only if they do not share the same `<rpath>` value.
+
----------------
Grammar nit: I'd prefer "-add_rpath, -delete_rpath, and -rpath can be combined in an invocation only if..."
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85655/new/
https://reviews.llvm.org/D85655
More information about the llvm-commits
mailing list