aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit7c7708946bd68762036a86beb293b3835ddbe9b7 (patch)
tree22588feef1e5b17f0ec541d4f2b7d8ac9796533b /docs/tutorial
parent41b485c9c35b90bb7ee55dca2d5375980e546039 (diff)
downloadexternal_llvm-7c7708946bd68762036a86beb293b3835ddbe9b7.zip
external_llvm-7c7708946bd68762036a86beb293b3835ddbe9b7.tar.gz
external_llvm-7c7708946bd68762036a86beb293b3835ddbe9b7.tar.bz2
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
Diffstat (limited to 'docs/tutorial')
-rw-r--r--docs/tutorial/LangImpl4.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/tutorial/LangImpl4.html b/docs/tutorial/LangImpl4.html
index 8f5e054..95a8b6d 100644
--- a/docs/tutorial/LangImpl4.html
+++ b/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">