[llvm-commits] CVS: llvm-www/RandomBoxes/013-CompilerDev.html

Chris Lattner lattner at cs.uiuc.edu
Thu Oct 14 21:27:39 PDT 2004



Changes in directory llvm-www/RandomBoxes:

013-CompilerDev.html updated: 1.1 -> 1.2
---
Log message:

Fix broken link


---
Diffs of the changes:  (+1 -1)

Index: llvm-www/RandomBoxes/013-CompilerDev.html
diff -u llvm-www/RandomBoxes/013-CompilerDev.html:1.1 llvm-www/RandomBoxes/013-CompilerDev.html:1.2
--- llvm-www/RandomBoxes/013-CompilerDev.html:1.1	Fri May 28 14:24:58 2004
+++ llvm-www/RandomBoxes/013-CompilerDev.html	Thu Oct 14 23:27:29 2004
@@ -1,5 +1,5 @@
 LLVM is a great platform for compiler research.  It has a simple and easy to understand <a 
 href="docs/LangRef.html">representation</a> and a completely <a href="docs/WritingAnLLVMPass.html">
 modular system for adding passes to the compiler</a>.  LLVM also provides extensive assertions
-to pinpoint bugs when they occur, an IR verifier, and <a href="docs/CommandGuide/bugpoint.html">tools
+to pinpoint bugs when they occur, an IR verifier, and <a href="docs/CommandGuide/html/bugpoint.html">tools
 to automatically identify and narrow down bugs</a> in arbitrary compiler transformations.






More information about the llvm-commits mailing list