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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64106 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-02-09 00:04:40 +00:00
parent 41b485c9c3
commit 7c7708946b

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">