diff options
| author | Tim Northover <tnorthover@apple.com> | 2016-01-27 19:32:29 +0000 |
|---|---|---|
| committer | Tim Northover <tnorthover@apple.com> | 2016-01-27 19:32:29 +0000 |
| commit | 042a6c1fe19caf48af7e287dc8f6fd5fec158093 (patch) | |
| tree | fff3e2194f08029330b382bb3992f90a9df74d07 /llvm/test/CodeGen/ARM/eh-resume-darwin.ll | |
| parent | 391be792f296db7b99b4e92b5ae43710dfa7454d (diff) | |
| download | bcm5719-llvm-042a6c1fe19caf48af7e287dc8f6fd5fec158093.tar.gz bcm5719-llvm-042a6c1fe19caf48af7e287dc8f6fd5fec158093.zip | |
ARMv7k: base ABI decision on v7k Arch rather than watchos OS.
Various bits we want to use the new ABI actually compile with "-arch armv7k
-miphoneos-version-min=9.0". Not ideal, but also not ridiculous given how
slices work.
llvm-svn: 258975
Diffstat (limited to 'llvm/test/CodeGen/ARM/eh-resume-darwin.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/eh-resume-darwin.ll | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/eh-resume-darwin.ll b/llvm/test/CodeGen/ARM/eh-resume-darwin.ll index d3a8481275f..6c2716bffa6 100644 --- a/llvm/test/CodeGen/ARM/eh-resume-darwin.ll +++ b/llvm/test/CodeGen/ARM/eh-resume-darwin.ll @@ -1,6 +1,7 @@ ; RUN: llc < %s -mtriple=armv7-apple-ios -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=IOS -; RUN: llc < %s -mtriple=armv7k-apple-ios -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=IOS -; RUN: llc < %s -mtriple=armv7k-apple-watchos -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=WATCHOS +; RUN: llc < %s -mtriple=armv7-apple-watchos -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=IOS +; RUN: llc < %s -mtriple=armv7k-apple-ios -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=WATCHABI +; RUN: llc < %s -mtriple=armv7k-apple-watchos -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=WATCHABI declare void @func() @@ -21,4 +22,4 @@ lpad: } ; IOS: __Unwind_SjLj_Resume -; WATCHOS: __Unwind_Resume +; WATCHABI: __Unwind_Resume |

