[PATCH] Allow default visibility on local symbol

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Feb 12 12:07:50 PST 2015


LGTM

On 11 February 2015 at 21:08, H.J. Lu <hjl.tools at gmail.com> wrote:
> GNU ld sets default, not hidden, visibility on local symbol.  Default or
> hidden visibility on local symbol makes no differences in run-time
> behavior.
> ---
>  test/tools/gold/pr19901.ll | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/test/tools/gold/pr19901.ll b/test/tools/gold/pr19901.ll
> index 304246b..5ebe9e2 100644
> --- a/test/tools/gold/pr19901.ll
> +++ b/test/tools/gold/pr19901.ll
> @@ -9,7 +9,7 @@
>  ; CHECK-NEXT:    Size:
>  ; CHECK-NEXT:    Binding: Local
>  ; CHECK-NEXT:    Type: Function
> -; CHECK-NEXT:    Other: 2
> +; CHECK-NEXT:    Other: {{2|0}}
>  ; CHECK-NEXT:    Section: .text
>  ; CHECK-NEXT:  }
>
> --
> 1.9.3
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list