X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FAssembler%2Fprivate-hidden-alias.ll;h=eac27f488e6b690f47cb795be144b1c1973949bb;hp=2e770e58784e88f2ee2ba8152d01159d752f225d;hb=21f77df7;hpb=a6f58ad82d6a8728096bf4690fa4b9e4f99241ae diff --git a/test/Assembler/private-hidden-alias.ll b/test/Assembler/private-hidden-alias.ll index 2e770e58784..eac27f488e6 100644 --- a/test/Assembler/private-hidden-alias.ll +++ b/test/Assembler/private-hidden-alias.ll @@ -2,5 +2,5 @@ @global = global i32 0 -@alias = private hidden alias i32* @global +@alias = private hidden alias i32, i32* @global ; CHECK: symbol with local linkage must have default visibility