[lld] r275258 - Reverted r275257 "[ELF] - Implement extern "c++" version script tag"
Ed Maste via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 13 08:07:54 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.)
More information about the llvm-commits
mailing list