2014-04-03 04:32:05 +08:00
|
|
|
; RUN: not llc -mtriple=armv7-windows-itanium -mcpu=cortex-a9 -o /dev/null %s 2>&1 \
|
2015-07-14 13:51:05 +08:00
|
|
|
; RUN: | FileCheck %s -check-prefix CHECK-WIN
|
2014-04-03 04:32:05 +08:00
|
|
|
|
2015-07-14 13:51:05 +08:00
|
|
|
; 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
|
2014-04-03 04:32:05 +08:00
|
|
|
|