diff options
-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 afeb865d909..e9eab908a82 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 +; PR18809 +; XFAIL: cygwin,mingw32 + ; Expect no line table entry since there are no functions and file references in this compile unit ; CHECK: .debug_line contents: ; CHECK-NOT: Line table prologue: |