[llvm-commits] [llvm] r64106 - /llvm/trunk/docs/tutorial/LangImpl4.html

Chris Lattner sabre at nondot.org
Sun Feb 8 16:04:42 PST 2009


Author: lattner
Date: Sun Feb  8 18:04:40 2009
New Revision: 64106

URL: http://llvm.org/viewvc/llvm-project?rev=64106&view=rev
Log:
mention rdynamic, PR3431, patch by Stein Roger Skafløtten!

Modified:
    llvm/trunk/docs/tutorial/LangImpl4.html

Modified: llvm/trunk/docs/tutorial/LangImpl4.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl4.html?rev=64106&r1=64105&r2=64106&view=diff

==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl4.html (original)
+++ llvm/trunk/docs/tutorial/LangImpl4.html Sun Feb  8 18:04:40 2009
@@ -501,6 +501,11 @@
 </pre>
 </div>
 
+<p>
+If you are compiling this on Linux, make sure to add the "-rdynamic" option 
+as well.  This makes sure that the external functions are resolved properly 
+at runtime.</p>
+
 <p>Here is the code:</p>
 
 <div class="doc_code">





More information about the llvm-commits mailing list