1*9880d681SAndroid Build Coastguard Worker# RUN: llvm-mc -triple powerpc-unknown-unknown %s 2*9880d681SAndroid Build Coastguard Worker# RUN: llvm-mc -triple powerpc64-unknown-unknown %s 3*9880d681SAndroid Build Coastguard Worker# RUN: llvm-mc -triple powerpc64le-unknown-unknown %s 4*9880d681SAndroid Build Coastguard Worker 5*9880d681SAndroid Build Coastguard Worker# For now, the only thing we check is that the .machine directive 6*9880d681SAndroid Build Coastguard Worker# is accepted without syntax error. 7*9880d681SAndroid Build Coastguard Worker 8*9880d681SAndroid Build Coastguard Worker .machine push 9*9880d681SAndroid Build Coastguard Worker .machine any 10*9880d681SAndroid Build Coastguard Worker .machine pop 11*9880d681SAndroid Build Coastguard Worker 12*9880d681SAndroid Build Coastguard Worker .machine "push" 13*9880d681SAndroid Build Coastguard Worker .machine "any" 14*9880d681SAndroid Build Coastguard Worker .machine "pop" 15*9880d681SAndroid Build Coastguard Worker 16