mention rdynamic, PR3431, patch by Stein Roger Skafløtten!

llvm-svn: 64106
This commit is contained in:
Chris Lattner 2009-02-09 00:04:40 +00:00
parent 19c640efd1
commit 80aa3c9e96

View File

@ -501,6 +501,11 @@ LLVM JIT and optimizer. To build this example, use:
</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">