[PATCH] D42705: Rename path libpath in .linker-options.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 15:53:18 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL323833: Rename path libpath in .linker-options. (authored by ruiu, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D42705?vs=132032&id=132070#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D42705

Files:
  llvm/trunk/docs/Extensions.rst


Index: llvm/trunk/docs/Extensions.rst
===================================================================
--- llvm/trunk/docs/Extensions.rst
+++ llvm/trunk/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.132070.patch
Type: text/x-patch
Size: 474 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180130/af72530f/attachment.bin>


More information about the llvm-commits mailing list