File: verbose.test

package info (click to toggle)
llvm-toolchain-13 1%3A13.0.1-6~deb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,418,812 kB
  • sloc: cpp: 5,290,827; ansic: 996,570; asm: 544,593; python: 188,212; objc: 72,027; lisp: 30,291; f90: 25,395; sh: 24,900; javascript: 9,780; pascal: 9,398; perl: 7,484; ml: 5,432; awk: 3,523; makefile: 2,892; xml: 953; cs: 573; fortran: 539
file content (32 lines) | stat: -rw-r--r-- 1,691 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o %t.o
# RUN: llvm-dwarfdump -v --debug-info --debug-line %t.o | \
# RUN:   FileCheck %s --match-full-lines --strict-whitespace

#   CHECK-NOT:{{.*}} contents:

#       CHECK:.debug_info contents:
#       CHECK:0x0000000b: DW_TAG_compile_unit [1] *
#       CHECK:              DW_AT_name [DW_FORM_strp]	( .debug_str[0x{{.*}}] = "brief.c")
#       CHECK:0x0000002a:   DW_TAG_subprogram [2]  
#       CHECK:                DW_AT_name [DW_FORM_strp]	( .debug_str[0x{{.*}}] = "main")
#       CHECK:0x00000043:   DW_TAG_base_type [3]  
#  CHECK-NEXT:                DW_AT_name [DW_FORM_strp]	( .debug_str[0x{{.*}}] = "int")

#       CHECK:.debug_line contents:
#       CHECK:         length: 0x00000000
# CHECK-EMPTY:
#  CHECK-NEXT:            Address            Line   Column File   ISA Discriminator Flags
#  CHECK-NEXT:            ------------------ ------ ------ ------ --- ------------- -------------
#  CHECK-NEXT:0x00000029: 00 DW_LNE_set_address (0x0000000000000000)
#  CHECK-NEXT:0x00000034: 01 DW_LNS_copy
#  CHECK-NEXT:            0x0000000000000000      1      0      1   0             0  is_stmt
#  CHECK-NEXT:0x00000035: 05 DW_LNS_set_column (12)
#  CHECK-NEXT:0x00000037: 0a DW_LNS_set_prologue_end
#  CHECK-NEXT:0x00000038: 66 address += 6,  line += 0
#  CHECK-NEXT:            0x0000000000000006      1     12      1   0             0  is_stmt prologue_end
#  CHECK-NEXT:0x00000039: 02 DW_LNS_advance_pc (2)
#  CHECK-NEXT:0x0000003b: 00 DW_LNE_end_sequence
#  CHECK-NEXT:            0x0000000000000008      1     12      1   0             0  is_stmt end_sequence
# CHECK-EMPTY:

#   CHECK-NOT:{{.*}} contents: