Yin_Ma
#1
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
Hi Yin,
I've pushed a patch to build liblldb.dll for Windows.
Thanks,
Deepak
Yin_Ma
#3
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
Hi Yin,
It's now in tip LLDB.
I'd to make a similar modification in CMake to export the API.
Thanks,
Deepak