[lld] r236291 - [ELF] Mark linker defined symbols as .hidden when needed.

Davide Italiano davide at freebsd.org
Fri May 1 12:29:53 PDT 2015


On Fri, May 1, 2015 at 7:06 AM, Simon Atanasyan <simon at atanasyan.com> wrote:
> Hi,
>
> This change breaks the lld-x86_64-darwin13 and lld-x86_64-freebsd buildbots:
>
> http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/10335
> http://lab.llvm.org:8011/builders/lld-x86_64-freebsd/builds/11190
>
>> +#RUN: lld -flavor gnu -target x86_64-linux %t.o -o %t1 -e=main
>> +#RUN: llvm-objdump -t -section-headers %t | FileCheck %s
>
> The output file has name %t1 but on the next line the llvm-objdump
> gets %t input.
>
> --
> Simon Atanasyan

Simon,
I just checked in r236334 which should (hopefully) help.

Thanks,

-- 
Davide

"There are no solved problems; there are only problems that are more
or less solved" -- Henri Poincare



More information about the llvm-commits mailing list