Merge branch 'master' into msp430
[llvm/msp430.git] / test / CodeGen / ARM / hidden-vis.ll
blob93f81ecdae053a76a81a32b13a596bd382d38080
1 ; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin | \
2 ; RUN:   grep .private_extern | count 2
4 %struct.Person = type { i32 }
5 @a = hidden global i32 0
6 @b = external global i32
9 define weak hidden void @_ZN6Person13privateMethodEv(%struct.Person* %this) {
10   ret void
13 declare void @function(i32)
15 define weak void @_ZN6PersonC1Ei(%struct.Person* %this, i32 %_c) {
16   ret void