mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
ab884ce73f
Update the subtarget information for Windows on ARM. This enables using the MC layer to target Windows on ARM. llvm-svn: 205459
10 lines
157 B
LLVM
10 lines
157 B
LLVM
; RUN: llc -mtriple=thumbv7-windows -mcpu=cortex-a9 -o - %s | FileCheck %s
|
|
|
|
define void @function() nounwind {
|
|
entry:
|
|
ret void
|
|
}
|
|
|
|
; CHECK-LABEL: function
|
|
|