diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/dwarf-split-line-2.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/dwarf-split-line-2.ll | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/dwarf-split-line-2.ll b/llvm/test/CodeGen/X86/dwarf-split-line-2.ll index 1124b30d5b6..3cdad4ddac8 100644 --- a/llvm/test/CodeGen/X86/dwarf-split-line-2.ll +++ b/llvm/test/CodeGen/X86/dwarf-split-line-2.ll @@ -2,9 +2,10 @@ ; one without, the one without locations doesn't have a DW_AT_stmt_list ; attribute, but the other one does and the .debug_line.dwo section is present. -; RUN: llc -split-dwarf-file=foo.dwo -dwarf-version=5 -generate-type-units \ -; RUN: -filetype=obj -O0 -mtriple=x86_64-unknown-linux-gnu < %s \ -; RUN: | llvm-dwarfdump -v - | FileCheck %s +; RUN: llc -split-dwarf-file=foo.dwo -split-dwarf-output=%t.dwo \ +; RUN: -dwarf-version=5 -generate-type-units \ +; RUN: -filetype=obj -O0 -mtriple=x86_64-unknown-linux-gnu < %s +; RUN: llvm-dwarfdump -v %t.dwo | FileCheck %s ; Currently the no-source-location type comes out first. ; FIXME: V5 wants type units in .debug_info.dwo not .debug_types.dwo. |

