[llvm-commits] CVS: llvm/docs/WritingAnLLVMPass.html
John Criswell
criswell at cs.uiuc.edu
Mon Jan 26 15:28:04 PST 2004
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.22 -> 1.23
---
Log message:
Clarified the extension to shared library objects.
---
Diffs of the changes: (+7 -2)
Index: llvm/docs/WritingAnLLVMPass.html
diff -u llvm/docs/WritingAnLLVMPass.html:1.22 llvm/docs/WritingAnLLVMPass.html:1.23
--- llvm/docs/WritingAnLLVMPass.html:1.22 Thu Jan 15 12:34:11 2004
+++ llvm/docs/WritingAnLLVMPass.html Mon Jan 26 15:26:52 2004
@@ -173,6 +173,11 @@
<tt>lib/Debug/libhello.so</tt> shared object that can be dynamically loaded by
the <tt>opt</tt> or <tt>analyze</tt> tools.</p>
+<p>
+Note that the suffix of the shared library may differ from the example above if
+your system uses a different suffix by default.
+</p>
+
<p>Now that we have the build scripts set up, we just need to write the code for
the pass itself.</p>
@@ -282,7 +287,7 @@
<div class="doc_text">
-<p>Now that you have a brand new shiny <tt>.so</tt> file, we can use the
+<p>Now that you have a brand new shiny shared object file, we can use the
<tt>opt</tt> command to run an LLVM program through your pass. Because you
registered your pass with the <tt>RegisterOpt</tt> template, you will be able to
use the <tt>opt</tt> tool to access it, once loaded.</p>
@@ -1421,7 +1426,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: 2004/01/15 18:34:11 $
+ Last modified: $Date: 2004/01/26 21:26:52 $
</address>
</body>
More information about the llvm-commits
mailing list