File: verbose.test

package info (click to toggle)
llvm-toolchain-11 1%3A11.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 995,808 kB
  • sloc: cpp: 4,767,656; ansic: 760,916; asm: 477,436; python: 170,940; objc: 69,804; lisp: 29,914; sh: 23,855; f90: 18,173; pascal: 7,551; perl: 7,471; ml: 5,603; awk: 3,489; makefile: 2,573; xml: 915; cs: 573; fortran: 503; javascript: 452
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: