3 # RUN: llc -filetype=obj -mtriple arm64-apple-darwin %p/../Inputs/inline.ll -o %t/inline.o
4 # RUN: dsymutil -f -oso-prepend-path=%t -y %s -o - | llvm-dwarfdump -debug-line - | FileCheck %s
5 # RUN: dsymutil --linker=parallel -f -oso-prepend-path=%t -y %s -o - | llvm-dwarfdump -debug-line - | FileCheck %s
7 # Test inline source files.
10 triple: 'arm64-apple-darwin'
14 - { sym: _f, objAddr: 0x0, binAddr: 0x1000, size: 0x12 }
17 # CHECK: .debug_line contents:
18 # CHECK: file_names[ 1]:
19 # CHECK-NEXT: name: "inlined.c"
20 # CHECK-NEXT: dir_index: 1
21 # CHECK-NEXT: source: "{{.*}}This is inline source code.