diff options
Diffstat (limited to 'llvm/test/CodeGen/BPF/BTF/binary-format.ll')
| -rw-r--r-- | llvm/test/CodeGen/BPF/BTF/binary-format.ll | 44 |
1 files changed, 23 insertions, 21 deletions
diff --git a/llvm/test/CodeGen/BPF/BTF/binary-format.ll b/llvm/test/CodeGen/BPF/BTF/binary-format.ll index 39d699b2848..bc561560caa 100644 --- a/llvm/test/CodeGen/BPF/BTF/binary-format.ll +++ b/llvm/test/CodeGen/BPF/BTF/binary-format.ll @@ -15,31 +15,33 @@ entry: ; CHECK: '.BTF' ; CHECK-EL: 0x00000000 9feb0100 18000000 00000000 30000000 -; CHECK-EL: 0x00000010 30000000 33000000 2b000000 00000001 +; CHECK-EL: 0x00000010 30000000 33000000 01000000 00000001 ; CHECK-EL: 0x00000020 04000000 20000001 00000000 0100000d -; CHECK-EL: 0x00000030 01000000 2f000000 01000000 31000000 -; CHECK-EL: 0x00000040 0000000c 02000000 002e7465 7874002f +; CHECK-EL: 0x00000030 01000000 05000000 01000000 07000000 +; CHECK-EL: 0x00000040 0000000c 02000000 00696e74 00610066 ; CHECK-EB: 0x00000000 eb9f0100 00000018 00000000 00000030 -; CHECK-EB: 0x00000010 00000030 00000033 0000002b 01000000 +; CHECK-EB: 0x00000010 00000030 00000033 00000001 01000000 ; CHECK-EB: 0x00000020 00000004 01000020 00000000 0d000001 -; CHECK-EB: 0x00000030 00000001 0000002f 00000001 00000031 -; CHECK-EB: 0x00000040 0c000000 00000002 002e7465 7874002f -; CHECK: 0x00000050 746d702f 742e6300 696e7420 6628696e -; CHECK: 0x00000060 74206129 207b2072 65747572 6e20613b -; CHECK: 0x00000070 207d0069 6e740061 006600 +; CHECK-EB: 0x00000030 00000001 00000005 00000001 00000007 +; CHECK-EB: 0x00000040 0c000000 00000002 00696e74 00610066 +; CHECK: 0x00000050 002e7465 7874002f 746d702f 742e6300 +; CHECK: 0x00000060 696e7420 6628696e 74206129 207b2072 +; CHECK: 0x00000070 65747572 6e20613b 207d00 ; CHECK: '.BTF.ext' -; CHECK-EL: 0x00000000 9feb0100 18000000 00000000 14000000 -; CHECK-EL: 0x00000010 14000000 2c000000 08000000 01000000 -; CHECK-EL: 0x00000020 01000000 00000000 03000000 10000000 -; CHECK-EL: 0x00000030 01000000 02000000 00000000 07000000 -; CHECK-EL: 0x00000040 10000000 00040000 08000000 07000000 -; CHECK-EL: 0x00000050 10000000 10040000 -; CHECK-EB: 0x00000000 eb9f0100 00000018 00000000 00000014 -; CHECK-EB: 0x00000010 00000014 0000002c 00000008 00000001 -; CHECK-EB: 0x00000020 00000001 00000000 00000003 00000010 -; CHECK-EB: 0x00000030 00000001 00000002 00000000 00000007 -; CHECK-EB: 0x00000040 00000010 00000400 00000008 00000007 -; CHECK-EB: 0x00000050 00000010 00000410 +; CHECK-EL: 0x00000000 9feb0100 28000000 00000000 14000000 +; CHECK-EL: 0x00000010 14000000 2c000000 40000000 00000000 +; CHECK-EL: 0x00000020 40000000 00000000 08000000 09000000 +; CHECK-EL: 0x00000030 01000000 00000000 03000000 10000000 +; CHECK-EL: 0x00000040 09000000 02000000 00000000 0f000000 +; CHECK-EL: 0x00000050 18000000 00040000 08000000 0f000000 +; CHECK-EL: 0x00000060 18000000 10040000 +; CHECK-EB: 0x00000000 eb9f0100 00000028 00000000 00000014 +; CHECK-EB: 0x00000010 00000014 0000002c 00000040 00000000 +; CHECK-EB: 0x00000020 00000040 00000000 00000008 00000009 +; CHECK-EB: 0x00000030 00000001 00000000 00000003 00000010 +; CHECK-EB: 0x00000040 00000009 00000002 00000000 0000000f +; CHECK-EB: 0x00000050 00000018 00000400 00000008 0000000f +; CHECK-EB: 0x00000060 00000018 00000410 ; Function Attrs: nounwind readnone speculatable declare void @llvm.dbg.value(metadata, metadata, metadata) #1 |

