[PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak due to GV.
[oota-llvm.git] / test / CodeGen / ARM / fast-isel-intrinsic.ll
index 76b3a9e6422e7fd2b815255f81b649931cfb4acd..b08b72baa61ef78f0a5a07bdfbf1e4fdc8c4d320 100644 (file)
@@ -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.