mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-29 16:29:00 -04:00

Update the subtarget information for Windows on ARM. This enables using the MC layer to target Windows on ARM. llvm-svn: 205459
6 lines
155 B
LLVM
6 lines
155 B
LLVM
; RUN: not llc -mtriple=armv7-windows-itanium -mcpu=cortex-a9 -o /dev/null %s 2>&1 \
|
|
; RUN: | FileCheck %s
|
|
|
|
; CHECK: does not support ARM mode execution
|
|
|