svn commit: r328305 - head/lib/libcxxrt

Ed Maste emaste at freebsd.org
Wed Jan 24 12:40:43 UTC 2018


On 24 January 2018 at 06:51, Dimitry Andric <dim at freebsd.org> wrote:
>> -        # C++11 typeinfo not understood by our linker
>> -        # std::nullptr_t
>> -        _ZTIDn;_ZTIPDn;_ZTIPKDn;
>
> Maybe, for readability, we should change these to unmangled form instead?

I believe they're mangled because ld.bfd 2.17.50 cannot demangle them.
I think we have to keep them like this until we're fully committed to
using only in-tree lld or external toolchain linkers across platforms.


More information about the svn-src-all mailing list