diff options
author | Tim Northover <tnorthover@apple.com> | 2014-01-06 12:00:44 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2014-01-06 12:00:44 +0000 |
commit | 7649ebacd6f15c6f9226bc007d67839b1f5cc9d7 (patch) | |
tree | d11323402123e8afc7562072cce7c52dbf75c3d5 /llvm/test | |
parent | b9fa512954b1cd89958bdbd34b53329d6887e859 (diff) | |
download | bcm5719-llvm-7649ebacd6f15c6f9226bc007d67839b1f5cc9d7.tar.gz bcm5719-llvm-7649ebacd6f15c6f9226bc007d67839b1f5cc9d7.zip |
ARM: keep special non-AEABIness of "-darwin-eabi" triples for now
Longer term, we want to move users to "*-*-*-macho" for embedded work, but for
now people are relying on the last thing we told them, which is unfortunately
"*-*-darwin-eabi".
rdar://problem/15703934
llvm-svn: 198602
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/ARM/divmod-eabi.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/divmod-eabi.ll b/llvm/test/CodeGen/ARM/divmod-eabi.ll index 64d093e768b..7a46af1e674 100644 --- a/llvm/test/CodeGen/ARM/divmod-eabi.ll +++ b/llvm/test/CodeGen/ARM/divmod-eabi.ll @@ -2,6 +2,8 @@ ; RUN: llc -mtriple armv7-none-eabihf %s -o - | FileCheck %s --check-prefix=EABI ; RUN: llc -mtriple armv7-linux-gnueabi %s -o - | FileCheck %s --check-prefix=GNU ; RUN: llc -mtriple armv7-apple-darwin %s -o - | FileCheck %s --check-prefix=DARWIN +; FIXME: long-term, we will use "-apple-macho" and won't need this exception: +; RUN: llc -mtriple armv7-apple-darwin-eabi %s -o - | FileCheck %s --check-prefix=DARWIN define signext i16 @f16(i16 signext %a, i16 signext %b) { ; EABI-LABEL: f16: |