diff options
Diffstat (limited to 'llvm/test/DebugInfo/Generic/debug-names-one-cu.ll')
| -rw-r--r-- | llvm/test/DebugInfo/Generic/debug-names-one-cu.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/Generic/debug-names-one-cu.ll b/llvm/test/DebugInfo/Generic/debug-names-one-cu.ll index 69ea641024c..d9b9c8f2945 100644 --- a/llvm/test/DebugInfo/Generic/debug-names-one-cu.ll +++ b/llvm/test/DebugInfo/Generic/debug-names-one-cu.ll @@ -3,6 +3,10 @@ ; RUN: llvm-dwarfdump -debug-names %t | FileCheck %s ; RUN: llvm-dwarfdump -debug-names -verify %t | FileCheck --check-prefix=VERIFY %s +; Now try the same with split dwarf. +; RUN: %llc_dwarf -split-dwarf-file=foo.dwo -accel-tables=Dwarf -filetype=obj -o %t < %s +; RUN: llvm-dwarfdump -debug-names %t | FileCheck %s + ; Check the header ; CHECK: CU count: 1 ; CHECK: Local TU count: 0 |

