[lldb-dev] How to get liblldb.dll for Windows?
Yin Ma
yin at affinic.com
Tue Mar 4 07:35:21 PST 2014
Hi Deepak,
Thank you. Where did you upload?
Actually, I have also managed to build liblldb.dll in
the past several days. However, I haven’t created a good
cmakefile modification for it yet because I have to remove
all source from libAPI to liblldb project manually in Visual
studio because the liblldb has to be linked against object files
instead of library to export all dllexport marked functions.
I will take a look at yours to get the idea.
Yin
From: lldb-dev-bounces at cs.uiuc.edu [mailto:lldb-dev-bounces at cs.uiuc.edu] On Behalf Of Deepak Panickal
Sent: Tuesday, March 04, 2014 3:46 AM
To: lldb-dev at cs.uiuc.edu
Subject: Re: [lldb-dev] How to get liblldb.dll for Windows?
Hi Yin,
I've pushed a patch to build liblldb.dll for Windows.
Thanks,
Deepak
On 27/02/14 00:54, Yin Ma wrote:
Hi,
When we build liblldb on mac, we get liblldb.dylib, which is
Shared library of liblldb. I compile liblldb for windows. I can
See liblldb project. However, it generates LLDB.LIB, which
Is a very small file. I am wondering how to get liblldb.dll
Like what we get for mac?
Thanks,
Yin
_______________________________________________
lldb-dev mailing list
lldb-dev at cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140304/0ad5f761/attachment.html>
More information about the lldb-dev
mailing list