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

Hongbin Zheng etherzhhb at gmail.com
Mon Apr 2 21:39:47 PDT 2012


Author: ether
Date: Mon Apr  2 23:39:47 2012
New Revision: 153934

URL: http://llvm.org/viewvc/llvm-project?rev=153934&view=rev
Log:
www: Fix typo in the setting LD_LBIRARY_PATH command, as pointed out by
  Dmitry N. Mikushin.

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=153934&r1=153933&r2=153934&view=diff
==============================================================================
--- polly/trunk/www/get_started.html (original)
+++ polly/trunk/www/get_started.html Mon Apr  2 23:39:47 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_LBIRARY_PATH=$LD_LIBRARY_PATH:${CLOOG_INSTALL}/lib</pre>
 
 <h2> Optional Features </h2>
 





More information about the llvm-commits mailing list