From: Michael Kuperstein Date: Sun, 15 Feb 2015 09:32:30 +0000 (+0000) Subject: gold-plugin: fix test to allow default visibility on local symbols X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7cc2dbbdb1d02f566e05d13919088fd24c21f26c;p=oota-llvm.git gold-plugin: fix test to allow default visibility on local symbols GNU ld sets default, not hidden, visibility on local symbols. Having default or hidden visibility on local symbols makes no difference in run-time behavior. Patch by: H.J. Lu git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229297 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/gold/pr19901.ll b/test/tools/gold/pr19901.ll index 72c54ab9c96..2a7dea15573 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: }