File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm/test/tools/llvm-dwarfdump Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# Then manually tempered with some of the value of the attribute
3
3
# I hope there are easier ways to construct tests like this.
4
4
5
- # RUN: yaml2obj %s -o verify_stmt_seq .o
6
- # RUN: not llvm-dwarfdump -verify -debug-info verify_stmt_seq .o | FileCheck %s --check-prefix=CHECK_INVALID --implicit-check-not=error:
7
- # RUN: llvm-dwarfdump -debug-line -verbose -debug-info verify_stmt_seq .o | FileCheck %s --check-prefix=CHECK_DEBUG_LINE
5
+ # RUN: yaml2obj %s -o %t .o
6
+ # RUN: not llvm-dwarfdump -verify -debug-info %t .o | FileCheck %s --check-prefix=CHECK_INVALID --implicit-check-not=error:
7
+ # RUN: llvm-dwarfdump -debug-line -verbose -debug-info %t .o | FileCheck %s --check-prefix=CHECK_DEBUG_LINE
8
8
9
9
# CHECK_INVALID: error: DW_AT_LLVM_stmt_sequence offset 0x00000000 is not within the line table bounds [0x00000034, 0x000000fd)
10
10
# CHECK_INVALID: DW_AT_LLVM_stmt_sequence [DW_FORM_sec_offset] (0x00000000)
You can’t perform that action at this time.
0 commit comments