mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 18:31:54 +00:00
mention rdynamic, PR3431, patch by Stein Roger Skafløtten!
llvm-svn: 64106
This commit is contained in:
parent
19c640efd1
commit
80aa3c9e96
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user