Hi! When I go to http://llvm.cs.uiuc.edu/doxygen/annotated.html and click on link for, say, "llvm::Module", I've told that the target page does not exist. Same happens for llvm::Value, and in fact everything under "llvm" namespace. Any idea what's wrong? - Volodya
On Mon, 6 Mar 2006, Vladimir Prus wrote:> When I go to > http://llvm.cs.uiuc.edu/doxygen/annotated.html > > and click on link for, say, "llvm::Module", I've told that the target page > does not exist. Same happens for llvm::Value, and in fact everything under > "llvm" namespace.Zion, the machine that hosts that, has been running out of disk space. I'll see what I can do. -Chris -- http://nondot.org/sabre/ http://llvm.org/
zion was temporarily out of disk space late last night due to a runaway job, but the job was stopped and the disk space is back up to usable levels. --Vikram http://www.cs.uiuc.edu/~vadve http://llvm.cs.uiuc.edu/ On Mar 6, 2006, at 10:15 AM, Chris Lattner wrote:> On Mon, 6 Mar 2006, Vladimir Prus wrote: >> When I go to >> http://llvm.cs.uiuc.edu/doxygen/annotated.html >> >> and click on link for, say, "llvm::Module", I've told that the >> target page >> does not exist. Same happens for llvm::Value, and in fact >> everything under >> "llvm" namespace. > > Zion, the machine that hosts that, has been running out of disk > space. I'll see what I can do. > > -Chris > > -- > http://nondot.org/sabre/ > http://llvm.org/ > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
On Mon, 6 Mar 2006, Vladimir Prus wrote:> When I go to > http://llvm.cs.uiuc.edu/doxygen/annotated.html > > and click on link for, say, "llvm::Module", I've told that the target page > does not exist. Same happens for llvm::Value, and in fact everything under > "llvm" namespace.Fixed, thanks! -Chris -- http://nondot.org/sabre/ http://llvm.org/
Chris Lattner wrote:> On Mon, 6 Mar 2006, Vladimir Prus wrote: >> When I go to >> http://llvm.cs.uiuc.edu/doxygen/annotated.html >> >> and click on link for, say, "llvm::Module", I've told that the target >> page does not exist. Same happens for llvm::Value, and in fact everything >> under "llvm" namespace. > > Fixed, thanks!Thanks for the quick fix. - Volodya