aboutsummaryrefslogtreecommitdiffstats
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
commit07f773934db2fbf552ad0e6e062b220e1a35fa49 (patch)
tree22588feef1e5b17f0ec541d4f2b7d8ac9796533b
parentbda98b63105b4ed36d217a400bb4bab9b49b4ea6 (diff)
downloadexternal_llvm-07f773934db2fbf552ad0e6e062b220e1a35fa49.zip
external_llvm-07f773934db2fbf552ad0e6e062b220e1a35fa49.tar.gz
external_llvm-07f773934db2fbf552ad0e6e062b220e1a35fa49.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
-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">