Displaying 5 results from an estimated 5 matches for "convertible_fwd_ostream".
2011 Oct 18
1
[LLVMdev] Building LLVM on PPC
...gtest.cc.o
__ZTVN4llvm11raw_ostreamE$non_lazy_ptr in gtest-death-test.cc.o
__ZTVN4llvm11raw_ostreamE$non_lazy_ptr in gtest-port.cc.o
__ZTVN4llvm11raw_ostreamE$non_lazy_ptr in gtest-typed-test.cc.o
"llvm::raw_os_ostream::~raw_os_ostream()", referenced from:
llvm::convertible_fwd_ostream::~convertible_fwd_ostream()in gtest.cc.o
llvm::convertible_fwd_ostream::~convertible_fwd_ostream()in gtest.cc.o
llvm::convertible_fwd_ostream::~convertible_fwd_ostream()in gtest-death-test.cc.o
llvm::convertible_fwd_ostream::~convertible_fwd_ostream()in gtest-death-test.cc.o...
2012 Nov 02
4
[LLVMdev] linker warnings in Linking CXX executable Debug/AsanTest
Nick,
Have you noticed that llvm/clang svn produces the following linker warnings on
'make check-all'?
Linking CXX executable Debug/AsanTest
ld: warning: direct access in llvm::convertible_fwd_ostream::~convertible_fwd_ostream() to global weak symbol vtable for llvm::convertible_fwd_ostream means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in llvm::convertible_...
2012 Nov 02
0
[LLVMdev] linker warnings in Linking CXX executable Debug/AsanTest
...012 at 6:18 PM, Jack Howarth <howarth at bromo.med.uc.edu>wrote:
> Nick,
> Have you noticed that llvm/clang svn produces the following linker
> warnings on
> 'make check-all'?
>
> Linking CXX executable Debug/AsanTest
> ld: warning: direct access in
> llvm::convertible_fwd_ostream::~convertible_fwd_ostream() to global weak
> symbol vtable for llvm::convertible_fwd_ostream means the weak symbol
> cannot be overridden at runtime. This was likely caused by different
> translation units being compiled with different visibility settings.
> ld: warning: direct access i...
2009 Oct 02
0
[LLVMdev] llvm build errors on windows/mingw32
...:(.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.cc:(.text$_ZN4llvm23convertible_fwd_ostreamD1Ev[llvm::convertible_fwd_ostream::~convertible_fw
d_ostream()]+0x2b): undefined reference to `llvm::raw_os_ostream::~raw_os_ostream()'
d:/Home/Dim/Src/llvm/obj/Debug/lib/libGoogleTest.a(gtest.o):gtest.cc:(.text$_ZN4llvm23convertible_fwd_ostreamD0Ev[llvm::convertible_fwd_ostream::~convertible_f...
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