diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2015-03-10 23:06:32 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2015-03-10 23:06:32 +0000 |
commit | b03bc79bed672a5a11ed9d909cacae2177f830fc (patch) | |
tree | 57e0e966c8c4e630e5b60ec8fe602068c2eefbb7 /llvm/test/DebugInfo/empty.ll | |
parent | 71c4035c18a9f008fd2b946c990f0da00754b1a5 (diff) | |
download | bcm5719-llvm-b03bc79bed672a5a11ed9d909cacae2177f830fc.tar.gz bcm5719-llvm-b03bc79bed672a5a11ed9d909cacae2177f830fc.zip |
Add missing section symbol to COFF's .debug_types.dwo.
Should bring the cygwin bots back.
I added a triple to the test that was failing so that it would have failed
on Linux.
llvm-svn: 231882
Diffstat (limited to 'llvm/test/DebugInfo/empty.ll')
-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 f91105aba04..3c2b0539d0d 100644 --- a/llvm/test/DebugInfo/empty.ll +++ b/llvm/test/DebugInfo/empty.ll @@ -3,6 +3,9 @@ ; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump - | FileCheck %s ; RUN: %llc_dwarf -split-dwarf=Enable < %s -filetype=obj | llvm-dwarfdump - | FileCheck --check-prefix=FISSION %s +; RUN: llc -mtriple i686-pc-cygwin < %s -filetype=obj | llvm-dwarfdump - | FileCheck %s +; RUN: llc -mtriple i686-pc-cygwin -split-dwarf=Enable < %s -filetype=obj | llvm-dwarfdump - | FileCheck --check-prefix=FISSION %s + ; darwin has a workaround for a linker bug so it always emits one line table entry ; XFAIL: darwin |