search for: r83252

Displaying 3 results from an estimated 3 matches for "r83252".

Did you mean: r83242
2009 Oct 02
1
[LLVMdev] llvm build errors on windows/mingw32
On 2009-10-02 22:00, Dimitry Andric wrote: > it links okay. I have tested a similar fix as r83252, which I saw you > just committed, and that seems to work. At least, it's far into the > examples directory by now, without problems... Apologies for replying to myself, but I just want to confirm that it now (with r83252) builds completely to the end. Thanks for the quick fix.
2009 Oct 02
0
[LLVMdev] llvm build errors on windows/mingw32
...t has been moved to the end of the linking command line. When I make the order: -lGoogleTest -lUnitTestMain -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis -lLLVMTarget -lLLVMMC -lLLVMCore -lLLVMSupport -lLLVMSystem -lpthread -lpsapi -limagehlp -lm it links okay. I have tested a similar fix as r83252, which I saw you just committed, and that seems to work. At least, it's far into the examples directory by now, without problems...
2009 Oct 02
2
[LLVMdev] llvm build errors on windows/mingw32
Am 02.10.2009 um 21:07 schrieb Ronald Pijnacker: > I had a close look at the link line, and -lpsapi is specified before > -lLLVMSystem (which is giving the error). > When I put -lpsapi after -lLLVMSystem, it links ok. I commited a fix for this problem and a modified version of Jay's patch here: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090928/088265.html I