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

Simon Atanasyan simon at atanasyan.com
Fri May 1 07:06:49 PDT 2015


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



More information about the llvm-commits mailing list