1; RUN: not llc -mtriple=armv7-windows-itanium -mcpu=cortex-a9 -o /dev/null %s 2>&1 \
2; RUN:   | FileCheck %s -check-prefix CHECK-WIN
3
4; RUN: not llc -mtriple=armv7-windows-gnu -mcpu=cortex-a9 -o /dev/null %s 2>&1 \
5; RUN:   | FileCheck %s -check-prefix CHECK-GNU
6
7; CHECK-WIN: does not support ARM mode execution
8
9; CHECK-GNU: does not support ARM mode execution
10
11