[llvm] r323833 - Rename path libpath in .linker-options.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 15:49:28 PST 2018


Author: ruiu
Date: Tue Jan 30 15:49:27 2018
New Revision: 323833

URL: http://llvm.org/viewvc/llvm-project?rev=323833&view=rev
Log:
Rename path libpath in .linker-options.

"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.

Differential Revision: https://reviews.llvm.org/D42705

Modified:
    llvm/trunk/docs/Extensions.rst

Modified: llvm/trunk/docs/Extensions.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Extensions.rst?rev=323833&r1=323832&r2=323833&view=diff
==============================================================================
--- llvm/trunk/docs/Extensions.rst (original)
+++ llvm/trunk/docs/Extensions.rst Tue Jan 30 15:49:27 2018
@@ -255,7 +255,7 @@ LLVM emits the following options:
     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.




More information about the llvm-commits mailing list