Displaying 6 results from an estimated 6 matches for "libgoogletest".
2009 Oct 02
0
[LLVMdev] llvm build errors on windows/mingw32
...-o Debug/UtilsTests.exe /d/Home/Dim/Src/llvm/obj/unittests/Transforms/Utils/Debug/Cloning.o -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis -lLLVMTarget -lLLVMMC -lLLVMCore -lLLVMSupport -lLLVMSystem -lpthread -lpsapi -limagehlp -lm -lGoogleTest -lUnitTestMain
d:/Home/Dim/Src/llvm/obj/Debug/lib/libGoogleTest.a(gtest.o):gtest.cc:(.text$_ZN4llvm14raw_os_ostreamC1ERSo[llvm::raw_os_ostream::raw_os_ostream(std::basic_ostre
am<char, std::char_traits<char> >&)]+0x1e): undefined reference to `vtable for llvm::raw_os_ostream'
d:/Home/Dim/Src/llvm/obj/Debug/lib/libGoogleTest.a(gtest.o):gtest....
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
2011 Feb 26
0
[LLVMdev] RFC: LLVM Release Documentation Changes
On 25 February 2011 22:46, Bill Wendling <wendling at apple.com> wrote:
> Duncan brought up the question of how to release clang. It would be nice to package clang by itself without all of the LLVM tools. Basically, making it a standalone package. I have no problem with this (in fact, I think it's a great idea), but it does mean changing Makefiles and stuff. Any help with this would
2011 Feb 25
3
[LLVMdev] RFC: LLVM Release Documentation Changes
Hi all,
I'm working up some changes in the way LLVM is released. Attached is the latest HTML file for HowToReleaseLLVM.html. The major change is in how we do branching and tagging. I want to use a hierarchical version of tags for the various release candidates and final release. The structure of the tags would be something like this.
The 2.9 release branch:
2010 Oct 02
2
[LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated
...ng DAGISelEmitter.cpp for Release+Asserts build
llvm[2]: Compiling DAGISelMatcher.cpp for Release+Asserts build
llvm[2]: Compiling DAGISelMatcherEmitter.cpp for Release+Asserts build
llvm[2]: Compiling DAGISelMatcherGen.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libGoogleTest.a
llvm[2]: Compiling DAGISelMatcherOpt.cpp for Release+Asserts build
llvm[2]: Compiling DisassemblerEmitter.cpp for Release+Asserts build
llvm[2]: Compiling EDEmitter.cpp for Release+Asserts build
llvm[2]: Compiling FastISelEmitter.cpp for Release+Asserts build
llvm[2]: Compiling InstrEnumEmitter.c...
2010 Oct 04
0
[LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated
...p for Release+Asserts build
> llvm[2]: Compiling DAGISelMatcher.cpp for Release+Asserts build
> llvm[2]: Compiling DAGISelMatcherEmitter.cpp for Release+Asserts build
> llvm[2]: Compiling DAGISelMatcherGen.cpp for Release+Asserts build
> llvm[3]: Building Release+Asserts Archive Library libGoogleTest.a
> llvm[2]: Compiling DAGISelMatcherOpt.cpp for Release+Asserts build
> llvm[2]: Compiling DisassemblerEmitter.cpp for Release+Asserts build
> llvm[2]: Compiling EDEmitter.cpp for Release+Asserts build
> llvm[2]: Compiling FastISelEmitter.cpp for Release+Asserts build
> llvm[2]: Com...