diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/stringpool.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/stringpool.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/X86/stringpool.ll b/llvm/test/DebugInfo/X86/stringpool.ll index 40b5977eedd..c8cba739565 100644 --- a/llvm/test/DebugInfo/X86/stringpool.ll +++ b/llvm/test/DebugInfo/X86/stringpool.ll @@ -1,9 +1,6 @@ ; 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} |