summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86/stringpool.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-09-20 12:57:34 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-09-20 12:57:34 +0000
commitd338788a49d3b7f70781b8e7eab21535ec8b95d5 (patch)
tree1a51d08340a8012d440b82a0290c192b88936e65 /test/DebugInfo/X86/stringpool.ll
parent42288e19652a55623f654f468574ee61bc2e3558 (diff)
downloadllvm-d338788a49d3b7f70781b8e7eab21535ec8b95d5.tar.gz
llvm-d338788a49d3b7f70781b8e7eab21535ec8b95d5.tar.bz2
llvm-d338788a49d3b7f70781b8e7eab21535ec8b95d5.tar.xz
llvm/test: Mark 3 tests as XFAIL:msvc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191087 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/X86/stringpool.ll')
-rw-r--r--test/DebugInfo/X86/stringpool.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/DebugInfo/X86/stringpool.ll b/test/DebugInfo/X86/stringpool.ll
index 02a0fea7e3..45c2b2a2a3 100644
--- a/test/DebugInfo/X86/stringpool.ll
+++ b/test/DebugInfo/X86/stringpool.ll
@@ -1,6 +1,9 @@
; RUN: llc -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s --check-prefix=LINUX
; RUN: llc -mtriple=x86_64-darwin < %s | FileCheck %s --check-prefix=DARWIN
+; FIXME: Investigating.
+; XFAIL: win32
+
@yyyy = common global i32 0, align 4
!llvm.dbg.cu = !{!0}