diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-02-09 00:04:40 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-02-09 00:04:40 +0000 |
| commit | da0921f5e6ac010741dcfd8f973519baf8243588 (patch) | |
| tree | d2f92927462fb8e0078e0730d82200ad2091f597 | |
| parent | fc49682f20c1f17149ab96485bf02cbede3a2e6a (diff) | |
| download | bcm5719-llvm-da0921f5e6ac010741dcfd8f973519baf8243588.tar.gz bcm5719-llvm-da0921f5e6ac010741dcfd8f973519baf8243588.zip | |
mention rdynamic, PR3431, patch by Stein Roger Skafløtten!
llvm-svn: 64106
| -rw-r--r-- | llvm/docs/tutorial/LangImpl4.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/tutorial/LangImpl4.html b/llvm/docs/tutorial/LangImpl4.html index 8f5e054cec9..95a8b6dd6a1 100644 --- a/llvm/docs/tutorial/LangImpl4.html +++ b/llvm/docs/tutorial/LangImpl4.html @@ -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"> |

