Displaying 3 results from an estimated 3 matches for "tp24103450p24124138".
2009 Jun 20
0
[LLVMdev] How to call C++ code from LLVM
...tor<std::string> > const&, char const*
const*) + 1370
17 lli 0x00000000004d4d8f main + 671
18 libc.so.6 0x00007ff0f2ec05a6 __libc_start_main + 230
19 lli 0x00000000004d4399
Aborted
--
View this message in context: http://www.nabble.com/How-to-call-C%2B%2B-code-from-LLVM-tp24103450p24124138.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2009 Jun 19
0
[LLVMdev] How to call C++ code from LLVM
On Thu, Jun 18, 2009 at 3:57 PM, Jules Jacobs<julesjacobs at gmail.com> wrote:
> How can I call C++ libraries (LLVM & Qt for example) from a language that's
> implemented on top of LLVM?
You can call them the same way a C++ file compiled with llvm-g++ would
call them. Essentially, it's complicated enough that you probably
don't want to do it for any interface of
2009 Jun 18
3
[LLVMdev] How to call C++ code from LLVM
Hi,
How can I call C++ libraries (LLVM & Qt for example) from a language that's
implemented on top of LLVM?
Thanks,
Jules
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090619/4621508b/attachment.html>