[PATCH] D42705: Rename path libpath in .linker-options.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 30 13:06:54 PST 2018
ruiu created this revision.
ruiu added a reviewer: compnerd.
"path" is too generic name for -L or --library-path because a lot of
linker options take paths as arguments. This change renames the option
to avoid confusion.
https://reviews.llvm.org/D42705
Files:
llvm/docs/Extensions.rst
Index: llvm/docs/Extensions.rst
===================================================================
--- llvm/docs/Extensions.rst
+++ llvm/docs/Extensions.rst
@@ -255,7 +255,7 @@
be looked up in the default and any specified library search paths
(specified to this point).
- - path
+ - libpath
The paramter identifies an additional library search path to be considered
when looking up libraries after the inclusion of this option.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42705.132032.patch
Type: text/x-patch
Size: 456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180130/0001e466/attachment.bin>
More information about the llvm-commits
mailing list