mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix ARM bswap16.ll test on Windows
Windows on ARM only supports thumb mode execution, so we have to explicitly pick some non-Windows OS to test ARM mode codegen. llvm-svn: 208638
This commit is contained in:
parent
d7efe8386c
commit
3a6b5e0f17
@ -1,5 +1,5 @@
|
||||
; RUN: llc -march=arm -mattr=v6 < %s | FileCheck %s
|
||||
; RUN: llc -march=thumb -mattr=v6 < %s | FileCheck %s
|
||||
; RUN: llc -mtriple=arm-darwin -mattr=v6 < %s | FileCheck %s
|
||||
; RUN: llc -mtriple=thumb-darwin -mattr=v6 < %s | FileCheck %s
|
||||
|
||||
|
||||
define void @test1(i16* nocapture %data) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user