23 lines · plain
1# RUN: llvm-mc -triple powerpc-unknown-unknown %s2# RUN: llvm-mc -triple powerpc64-unknown-unknown %s3# RUN: llvm-mc -triple powerpc64le-unknown-unknown %s4# RUN: llvm-mc -triple powerpc64le-unknown-unknown -filetype=null %s5 6# For now, the only thing we check is that the .machine directive7# is accepted without syntax error.8 9 .machine push10 .machine any11 .machine pop12 13 .machine "push"14 .machine "any"15 .machine "pop"16 17 .machine ppc6418 19# Used in glibc.20 .machine altivec21 .machine power422 .machine power823