summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/Windows/no-arm-mode.ll
blob: 30353640a4cc37fb73f65c96d8942f0c5cb0e75b (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: not llc -mtriple=armv7-windows-itanium -mcpu=cortex-a9 -o /dev/null %s 2>&1 \
; RUN:   | FileCheck %s -check-prefix CHECK-WIN

; RUN: not llc -mtriple=armv7-windows-gnu -mcpu=cortex-a9 -o /dev/null %s 2>&1 \
; RUN:   | FileCheck %s -check-prefix CHECK-GNU

; CHECK-WIN: does not support ARM mode execution

; CHECK-GNU: does not support ARM mode execution

OpenPOWER on IntegriCloud