Displaying 3 results from an estimated 3 matches for "0e8caa6b".
2010 Sep 02
0
[LLVMdev] Compile dll on Mingw
Hello, Yuan
> I'm a newbie about llvm. Now, our project need the dynamic link library(dll)
> about all of llvm library, such as libLLVMCore.dll, libLLVMSupport.dll, and
> so on. How should I do?
You may do, "/path/to/configure --enable-shared=yes",
to build LLVM-2.8svn.dll.
On your project, you have to specify to linker,
"-L/path/to/dll -lLLVM-2.8svn"
(maybe with
2010 Sep 02
3
[LLVMdev] Compile dll on Mingw
Hello, everyone!
请键入文字或网站地址,或者上传文档 <http://translate.google.cn/?tr=f&hl=zh-CN>。
取消 <http://translate.google.cn/?tr=t&hl=zh-CN>
I'm a newbie about llvm. Now, our project need the dynamic link library(dll)
about all of llvm library, such as libLLVMCore.dll, libLLVMSupport.dll, and
so on. How should I do?
Thanks,
yuanzheng.
-------------- next part --------------
An HTML
2010 Sep 02
3
[LLVMdev] Compile dll on Mingw
...experimental, and I need more feedback.
> When you met any troubles with DLL, ask here or file bugs!
>
> Have fun!
>
>
> ...Takumi
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100902/0e8caa6b/attachment.html>