[llvm-commits] [polly] r153948 - /polly/trunk/www/get_started.html

Hongbin Zheng etherzhhb at gmail.com
Tue Apr 3 02:15:52 PDT 2012


Author: ether
Date: Tue Apr  3 04:15:52 2012
New Revision: 153948

URL: http://llvm.org/viewvc/llvm-project?rev=153948&view=rev
Log:
www: Fix typo, replace "LD_LBIRARY_PATH" by "LD_LIBRARY_PATH" in get_started.

Modified:
    polly/trunk/www/get_started.html

Modified: polly/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/get_started.html?rev=153948&r1=153947&r2=153948&view=diff
==============================================================================
--- polly/trunk/www/get_started.html (original)
+++ polly/trunk/www/get_started.html Tue Apr  3 04:15:52 2012
@@ -144,7 +144,7 @@
 could not be found. To solve this issue, you need to append the path of parent
 directory of libisl/libcloog, i.e. ${CLOOG_INSTALL}/lib, to LD_LIBRARY_PATH by:
 
-<pre>export LD_LBIRARY_PATH=$LD_LIBRARY_PATH:${CLOOG_INSTALL}/lib</pre>
+<pre>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${CLOOG_INSTALL}/lib</pre>
 
 <h2> Optional Features </h2>
 





More information about the llvm-commits mailing list