Skip to content

Commit

Permalink
Fix ARM bswap16.ll test on Windows
Browse files Browse the repository at this point in the history
Windows on ARM only supports thumb mode execution, so we have to
explicitly pick some non-Windows OS to test ARM mode codegen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208638 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lgerbarg committed May 12, 2014
1 parent 17335ce commit 1633f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CodeGen/ARM/bswap16.ll
Original file line number Diff line number Diff line change
@@ -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) {

0 comments on commit 1633f75

Please sign in to comment.