We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9748d87 commit a0b6a0eCopy full SHA for a0b6a0e
tests/assembly/dwarf-mixed-versions-lto.rs
@@ -15,6 +15,6 @@ fn main() {
15
}
16
17
// CHECK: .section .debug_info
18
-// CHECK-NOT: {{\.(short|hword|2byte)}} 2
19
-// CHECK-NOT: {{\.(short|hword|2byte)}} 4
20
-// CHECK: {{\.(short|hword|2byte)}} 5
+// CHECK-NOT: {{\.(short|hword|2byte|half)}} 2
+// CHECK-NOT: {{\.(short|hword|2byte|half)}} 4
+// CHECK: {{\.(short|hword|2byte|half)}} 5
0 commit comments