search for: ld_4

Displaying 2 results from an estimated 2 matches for "ld_4".

Did you mean: ld64
2011 Dec 03
0
[LLVMdev] LLVM 3.0 - Windows - auto-importing issue with llvm::CallInst
...and intermittent failures when DLL relocations "collide"... but I really don't want to have to worry about that. Kevin (a couple interesting links ab't enable-auto-import): [1] http://sourceware.org/binutils/docs-2.16/ld/WIN32.html [2] http://www.delorie.com/gnu/docs/binutils/ld_4.html -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111203/ed514f3e/attachment.html>
2011 Dec 02
2
[LLVMdev] LLVM 3.0 - Windows - auto-importing issue with llvm::CallInst
Hi, I have just upgraded to LLVM 3.0 (nice job btw!) which I have built as a shared library on Windows using MinGW, and then use from within my Qt-based application. Upon execution, everything works perfectly (incl. the call to llvm::InitializeNativeTarget(); which used to cause problems upon exiting my application; see http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-November/045597.html; in