]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
Small update to LLVM URL.
authorRhys Weatherley <rweather@southern-storm.com.au>
Sun, 30 May 2004 02:58:52 +0000 (02:58 +0000)
committerRhys Weatherley <rweather@southern-storm.com.au>
Sun, 30 May 2004 02:58:52 +0000 (02:58 +0000)
doc/libjit.texi

index bea1aab92a01713d3b3b390ecb698b1cd3e50661..bc7c40f1f7adc5ca55bda2722f915de8ed146c27 100644 (file)
@@ -93,7 +93,7 @@ is not a virtual machine in its own right.  It is the foundation upon which a
 number of different virtual machines, dynamic scripting languages,
 or customized rendering routines can be built.
 
-The LLVM project (@uref{http://llvm.cs.uiuc.edu/}) has some similar
+The LLVM project (@uref{http://www.llvm.org/}) has some similar
 characteristics to @code{libjit} in that its intermediate format is
 generic across front-end languages.  It is written in C++ and provides
 a large set of compiler development and optimization components;