summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-09 00:04:40 +0000
committerChris Lattner <sabre@nondot.org>2009-02-09 00:04:40 +0000
commitda0921f5e6ac010741dcfd8f973519baf8243588 (patch)
treed2f92927462fb8e0078e0730d82200ad2091f597 /llvm/docs/tutorial
parentfc49682f20c1f17149ab96485bf02cbede3a2e6a (diff)
downloadbcm5719-llvm-da0921f5e6ac010741dcfd8f973519baf8243588.tar.gz
bcm5719-llvm-da0921f5e6ac010741dcfd8f973519baf8243588.zip
mention rdynamic, PR3431, patch by Stein Roger Skafløtten!
llvm-svn: 64106
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r--llvm/docs/tutorial/LangImpl4.html5
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">
OpenPOWER on IntegriCloud