xref: /aosp_15_r20/external/llvm/test/CodeGen/ARM/Windows/no-arm-mode.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: not llc -mtriple=armv7-windows-itanium -mcpu=cortex-a9 -o /dev/null %s 2>&1 \
2*9880d681SAndroid Build Coastguard Worker; RUN:   | FileCheck %s -check-prefix CHECK-WIN
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Worker; RUN: not llc -mtriple=armv7-windows-gnu -mcpu=cortex-a9 -o /dev/null %s 2>&1 \
5*9880d681SAndroid Build Coastguard Worker; RUN:   | FileCheck %s -check-prefix CHECK-GNU
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Worker; CHECK-WIN: does not support ARM mode execution
8*9880d681SAndroid Build Coastguard Worker
9*9880d681SAndroid Build Coastguard Worker; CHECK-GNU: does not support ARM mode execution
10*9880d681SAndroid Build Coastguard Worker
11