diff options
author | Dale Johannesen <dalej@apple.com> | 2010-11-17 21:57:32 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2010-11-17 21:57:32 +0000 |
commit | 0659c8f157e79084211cb6c667d82226546013ca (patch) | |
tree | b8c121dad487b76cd7d1692919bc75715b03bc37 /llvm/test/CodeGen/ARM/fpconv.ll | |
parent | d09f711dc23f13a9ea98bfd2583c5f1f7d55523a (diff) | |
download | bcm5719-llvm-0659c8f157e79084211cb6c667d82226546013ca.tar.gz bcm5719-llvm-0659c8f157e79084211cb6c667d82226546013ca.zip |
These tests are looking for library function names that
appear to differ on Linux. Try to make them pass on Linux.
Would be good for a Linux person to review this.
llvm-svn: 119572
Diffstat (limited to 'llvm/test/CodeGen/ARM/fpconv.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/fpconv.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fpconv.ll b/llvm/test/CodeGen/ARM/fpconv.ll index bf197a46cb7..1b4c008bb77 100644 --- a/llvm/test/CodeGen/ARM/fpconv.ll +++ b/llvm/test/CodeGen/ARM/fpconv.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -march=arm -mattr=+vfp2 | FileCheck %s --check-prefix=CHECK-VFP -; RUN: llc < %s -march=arm | FileCheck %s +; RUN: llc < %s -mtriple=arm-apple-darwin | FileCheck %s define float @f1(double %x) { ;CHECK-VFP: f1: |