Skip to content

Commit 269448a

Browse files
committed
DWARF mixed versions with LTO on MIPS
On MIPS the DWARF version is stored in 2 bytes with the `.2byte` assembler directive.
1 parent e0be1a0 commit 269448a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: tests/assembly/dwarf-mixed-versions-lto.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ fn main() {
1414
}
1515

1616
// CHECK: .section .debug_info
17-
// CHECK-NOT: {{\.(short|hword)}} 2
18-
// CHECK-NOT: {{\.(short|hword)}} 4
19-
// CHECK: {{\.(short|hword)}} 5
17+
// CHECK-NOT: {{\.(short|hword|2byte)}} 2
18+
// CHECK-NOT: {{\.(short|hword|2byte)}} 4
19+
// CHECK: {{\.(short|hword|2byte)}} 5

0 commit comments

Comments
 (0)