[PATCH] D42705: Rename path libpath in .linker-options.
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 30 13:54:36 PST 2018
LGTM
Rui Ueyama via Phabricator via llvm-commits
<llvm-commits at lists.llvm.org> writes:
> 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.
>
>
> 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.
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list