diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-02-14 05:26:49 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-02-14 05:26:49 +0000 |
| commit | 602978ae0e3a40684ce345341a4f76fb4cf51235 (patch) | |
| tree | fddb96680f9144b468b79ef41d14a578f4bed818 /llvm | |
| parent | 026f3891175a88ec2d009ac2b2e13589cc4c2dd3 (diff) | |
| download | bcm5719-llvm-602978ae0e3a40684ce345341a4f76fb4cf51235.tar.gz bcm5719-llvm-602978ae0e3a40684ce345341a4f76fb4cf51235.zip | |
llvm/test/DebugInfo/empty.ll: Mark it as XFAIL:win32 lacking of line table.
llvm-svn: 201388
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/DebugInfo/empty.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/empty.ll b/llvm/test/DebugInfo/empty.ll index 0bf65a1a3f5..ce3a23d8aa6 100644 --- a/llvm/test/DebugInfo/empty.ll +++ b/llvm/test/DebugInfo/empty.ll @@ -1,6 +1,9 @@ ; RUN: llc %s -o %t -filetype=obj ; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s +; *-win32 doesn't emit Dwarf line table. +; XFAIL: win32 + ; Expect no line table entry since there are no functions and file references in this compile unit ; CHECK: .debug_line contents: ; CHECK: Line table prologue: |

