From da0921f5e6ac010741dcfd8f973519baf8243588 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 9 Feb 2009 00:04:40 +0000 Subject: mention rdynamic, PR3431, patch by Stein Roger Skafløtten! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit llvm-svn: 64106 --- llvm/docs/tutorial/LangImpl4.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'llvm/docs/tutorial') 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: +

+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.

+

Here is the code:

-- cgit v1.2.3