diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-11-18 13:50:19 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-11-18 13:50:19 +0000 |
commit | 874081c8fae780138818ad3f706ae75cc7fa9fcd (patch) | |
tree | fe9e2d7eca158fb2bf61b5af4b1cdad3f8948772 | |
parent | 07a3c481c656c9cc1e0ace3d599eef1fa81e3cc6 (diff) | |
download | external_llvm-874081c8fae780138818ad3f706ae75cc7fa9fcd.zip external_llvm-874081c8fae780138818ad3f706ae75cc7fa9fcd.tar.gz external_llvm-874081c8fae780138818ad3f706ae75cc7fa9fcd.tar.bz2 |
[PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak due to GV.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195010 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ARM/fast-isel-call.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/ARM/fast-isel-intrinsic.ll | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/fast-isel-call.ll b/test/CodeGen/ARM/fast-isel-call.ll index 2d7378e..917a15d 100644 --- a/test/CodeGen/ARM/fast-isel-call.ll +++ b/test/CodeGen/ARM/fast-isel-call.ll @@ -8,6 +8,8 @@ ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi -mattr=-vfp2 | FileCheck %s --check-prefix=ARM-NOVFP ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios -mattr=-vfp2 | FileCheck %s --check-prefix=THUMB-NOVFP +; XFAIL: vg_leak + ; Note that some of these tests assume that relocations are either ; movw/movt or constant pool loads. Different platforms will select ; different approaches. diff --git a/test/CodeGen/ARM/fast-isel-intrinsic.ll b/test/CodeGen/ARM/fast-isel-intrinsic.ll index 76b3a9e..b08b72b 100644 --- a/test/CodeGen/ARM/fast-isel-intrinsic.ll +++ b/test/CodeGen/ARM/fast-isel-intrinsic.ll @@ -5,6 +5,8 @@ ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi -arm-long-calls -verify-machineinstrs | FileCheck %s --check-prefix=ARM-LONG ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios -arm-long-calls -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-LONG +; XFAIL: vg_leak + ; Note that some of these tests assume that relocations are either ; movw/movt or constant pool loads. Different platforms will select ; different approaches. |