diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-08-13 22:43:33 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-08-13 22:43:33 +0000 |
commit | 3c9ed76ba5294b6c7c2070008818e42e94aa99c8 (patch) | |
tree | 8915994c63a4687b7b83f32aa296befb2ce68ce1 /llvm/test/CodeGen/ARM/call-tc.ll | |
parent | 03e977145846097471b0b39fed0625d207fca756 (diff) | |
download | bcm5719-llvm-3c9ed76ba5294b6c7c2070008818e42e94aa99c8.tar.gz bcm5719-llvm-3c9ed76ba5294b6c7c2070008818e42e94aa99c8.zip |
Temporarily disable tail calls on ARM to work around some linker problems.
llvm-svn: 111050
Diffstat (limited to 'llvm/test/CodeGen/ARM/call-tc.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/call-tc.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/call-tc.ll b/llvm/test/CodeGen/ARM/call-tc.ll index f1269d5bd2b..db5afe3f56c 100644 --- a/llvm/test/CodeGen/ARM/call-tc.ll +++ b/llvm/test/CodeGen/ARM/call-tc.ll @@ -2,6 +2,7 @@ ; RUN: llc < %s -march=arm -mtriple=arm-apple-darwin -mattr=+v5t | FileCheck %s -check-prefix=CHECKV5 ; RUN: llc < %s -march=arm -mtriple=arm-linux-gnueabi\ ; RUN: -relocation-model=pic | FileCheck %s -check-prefix=CHECKELF +; XFAIL: * @t = weak global i32 ()* null ; <i32 ()**> [#uses=1] |