diff options
author | Devang Patel <dpatel@apple.com> | 2010-04-13 23:23:09 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-04-13 23:23:09 +0000 |
commit | c48b976c08be8f0e75d6efef8fa7abbb41912d27 (patch) | |
tree | 33efa7a457365c3a1c653291285f1e2b44033abd /llvm | |
parent | 9078f954bfbfa336385c92f10a53d38f34bc453c (diff) | |
download | bcm5719-llvm-c48b976c08be8f0e75d6efef8fa7abbb41912d27.tar.gz bcm5719-llvm-c48b976c08be8f0e75d6efef8fa7abbb41912d27.zip |
XFAIL this test for powerpc.
This test relies on iSel lowering dbg_declare intrinsic when CodeGen::OptLevel is None. On PPC side, CodeGen::OptLevel stays to default when -O0 is used on the command line.
llvm-svn: 101190
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/DebugInfo/2010-04-13-PubType.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/2010-04-13-PubType.ll b/llvm/test/DebugInfo/2010-04-13-PubType.ll index 6c88887f904..6f3e9838891 100644 --- a/llvm/test/DebugInfo/2010-04-13-PubType.ll +++ b/llvm/test/DebugInfo/2010-04-13-PubType.ll @@ -2,7 +2,7 @@ ; RUN: grep "External Name" %t | grep -v X ; RUN: grep "External Name" %t | grep Y | count 1 ; Test to check type with no defintion is listed in pubtypes section. - +; XFAIL: powerpc %struct.X = type opaque %struct.Y = type { i32 } |