From: Rhys Weatherley Date: Sun, 30 May 2004 02:58:52 +0000 (+0000) Subject: Small update to LLVM URL. X-Git-Tag: r.0.0.4~70 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=159c54b124f65184f4b1fa1f1734a9a800c9763e;p=francis%2Flibjit.git Small update to LLVM URL. --- diff --git a/doc/libjit.texi b/doc/libjit.texi index bea1aab..bc7c40f 100644 --- a/doc/libjit.texi +++ b/doc/libjit.texi @@ -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;