1 # RUN: llvm-mc -triple powerpc-unknown-unknown %s
2 # RUN: llvm-mc -triple powerpc64-unknown-unknown %s
3 # RUN: llvm-mc -triple powerpc64le-unknown-unknown %s
4 # RUN: llvm-mc -triple powerpc64le-unknown-unknown -filetype=null %s
6 # For now, the only thing we check is that the .machine directive
7 # is accepted without syntax error.