brintos

brintos / llvm-project-archived public Read only

0
0
Text · 522 B · c299c46 Raw
13 lines · plain
1# RUN: mkdir -p %t.dir2# RUN: yaml2obj %S/Inputs/basic-elf.yaml -o %t.dir/line-table-mixed-path-styles.out3# RUN: %lldb %t.dir/line-table-mixed-path-styles.out \4# RUN:   -o "target symbols add -s line-table-mixed-path-styles.out %S/Inputs/line-table-mixed-path-styles.syms" \5# RUN:   -s %s -o exit | FileCheck %s6 7image dump line-table a.c8# CHECK-LABEL: Line table for /tmp/a.c9# CHECK-NEXT: 0x00000000004000b0: /tmp/a.c:110# CHECK-NEXT: 0x00000000004000b1: c:\tmp\b.c:111# CHECK-NEXT: 0x00000000004000b2:12# CHECK-EMPTY:13