[llvm-commits] CVS: llvm/docs/WritingAnLLVMPass.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Apr 20 21:52:54 PDT 2005
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.38 -> 1.39
---
Log message:
update to match build changes.
---
Diffs of the changes: (+3 -3)
WritingAnLLVMPass.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/docs/WritingAnLLVMPass.html
diff -u llvm/docs/WritingAnLLVMPass.html:1.38 llvm/docs/WritingAnLLVMPass.html:1.39
--- llvm/docs/WritingAnLLVMPass.html:1.38 Mon Jan 10 23:16:23 2005
+++ llvm/docs/WritingAnLLVMPass.html Wed Apr 20 23:52:37 2005
@@ -1477,8 +1477,8 @@
<pre>
(gdb) <b>break PassManager::run</b>
Breakpoint 1 at 0x2413bc: file Pass.cpp, line 70.
-(gdb) <b>run test.bc -load $(LLVMTOP)/llvm/lib/Debug/[libname].so -[passoption]</b>
-Starting program: opt test.bc -load $(LLVMTOP)/llvm/lib/Debug/[libname].so -[passoption]
+(gdb) <b>run test.bc -load $(LLVMTOP)/llvm/Debug/lib/[libname].so -[passoption]</b>
+Starting program: opt test.bc -load $(LLVMTOP)/llvm/Debug/lib/[libname].so -[passoption]
Breakpoint 1, PassManager::run (this=0xffbef174, M=@0x70b298) at Pass.cpp:70
70 bool PassManager::run(Module &M) { return PM->run(M); }
(gdb)
@@ -1593,7 +1593,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2005/01/11 05:16:23 $
+ Last modified: $Date: 2005/04/21 04:52:37 $
</address>
</body>
More information about the llvm-commits
mailing list