mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-16 08:27:21 +00:00
6f1e023b46
http://reviews.llvm.org/D11075 Patch by Martell Malone Reviewed by Reid Kleckner git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242123 91177308-0d34-0410-b5e6-96231b3b80d8
11 lines
364 B
LLVM
11 lines
364 B
LLVM
; 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
|
|
|