[lld] r275258 - Reverted r275257 "[ELF] - Implement extern "c++" version script tag"

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 09:21:44 PDT 2016


>On 13 July 2016 at 14:18, George Rimar via llvm-commits
><llvm-commits at lists.llvm.org> wrote:
>>
>> But it brokes the next build bot:
>> http://lab.llvm.org:8011/builders/lld-x86_64-freebsd/builds/19432
>
>This one is because ELF Tool Chain's demangler produces:
>
>% c++filt _Z3barv
>bar(void)
>
>rather than bar(). Using _Z3bari instead could be a workaround but
>we'll still need to fix the underlying difference. (There's an ELF
>Tool Chain ticket open for this issue but I can't find it now because
>Sourceforge seems to be unresponsive.)

What would be a solution for lld ?
I have concerns about windows users. While we are stick to linux libs
we can't support them. I think until now and issues with zlib lld was crossplatform linker.
And we probably want to have a solution for that.

George.


More information about the llvm-commits mailing list