1; RUN: llc -mtriple powerpc-ibm-aix-xcoff < %s | \
2; RUN: FileCheck %s
3
4; RUN: llc -mtriple powerpc64-ibm-aix-xcoff < %s | \
5; RUN: FileCheck %s
6
7define weak_odr void @_Z3fooIiEvT_() {
8entry:
9  ret void
10}
11
12; CHECK: .weak   _Z3fooIiEvT_[DS]
13; CHECK: .weak   ._Z3fooIiEvT_
14