mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
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:
parent
41b485c9c3
commit
7c7708946b
@ -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…
Reference in New Issue
Block a user