[LLVMdev] link-error: different visibilities
gauss
gausszhch at gmail.com
Tue Sep 1 23:31:05 PDT 2009
Thanks. It helps me a lot. However, you see, it uses c++ template and
'typedef' and so on, so I still can't find the exact position in the source
code.
And why the llvm-ld fail to link those *.o (compiled from llvm-g++) file? Is
there some mistake in the llvm? I am using llvm-2.5 now.
Nick Lewycky wrote:
>
> You probably have c++filt installed:
>
> $ c++filt _ZNKSt6vectorIN5gnash8geometry7Range2dIfEESaIS3_EE4sizeEv
> std::vector<gnash::geometry::Range2d<float>,
> std::allocator<gnash::geometry::Range2d<float> > >::size() const
>
> Hope that helps!
>
> Nick
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
--
View this message in context: http://www.nabble.com/link-error%3A-different-visibilities-tp25252124p25252320.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
More information about the llvm-dev
mailing list