aboutsummaryrefslogtreecommitdiffstats
path: root/test/Other
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-05-14 07:47:51 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-05-14 07:47:51 +0000
commitbd616b69f7ab072a623b55a244bf61541eac5f32 (patch)
tree54a966dcfb5252bc27b2523d6781bd99514e009e /test/Other
parent0ebf356ddf29a38934ca3f5e49b43e0656de2053 (diff)
downloadexternal_llvm-bd616b69f7ab072a623b55a244bf61541eac5f32.zip
external_llvm-bd616b69f7ab072a623b55a244bf61541eac5f32.tar.gz
external_llvm-bd616b69f7ab072a623b55a244bf61541eac5f32.tar.bz2
XFAIL the test I added with vg_leak, apparently it is the first and only llc
-filetype=obj test, and -filetype=obj leaks a few objects. Added a FIXME, we need to sort out the ownership model for the various MC objects. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103769 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other')
-rw-r--r--test/Other/inline-asm-newline-terminator.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Other/inline-asm-newline-terminator.ll b/test/Other/inline-asm-newline-terminator.ll
index af93cc0..f6cc5c1 100644
--- a/test/Other/inline-asm-newline-terminator.ll
+++ b/test/Other/inline-asm-newline-terminator.ll
@@ -1,4 +1,5 @@
; RUN: llc -filetype=obj -o - < %s
+; XFAIL: vg_leak
; ModuleID = 't.c'
target triple = "x86_64-apple-darwin10.0.0"