[clang] Propagate -ftime-report to offload lto (#122143)
[llvm-project.git] / llvm / test / tools / llvm-remarkutil / Inputs / annotation-count-with-dbg-loc.yaml
blobebdd722774d4dbe5a04b9d9824512481feaa71eb
1 --- !Analysis
2 Pass:            annotation-remarks
3 Name:            AnnotationSummary
4 DebugLoc:        { File: path/to/anno.c, Line: 1, Column: 2 }
5 Function:        func1
6 Args:
7   - String:          'Annotated '
8   - count:           '1'
9   - String:          ' instructions with '
10   - type:            remark
11 --- !Analysis
12 Pass:            annotation-remarks
13 Name:            AnnotationSummary
14 DebugLoc:        { File: path/to/anno2.c, Line: 1, Column: 2 }
15 Function:        func2
16 Args:
17   - String:          'Annotated '
18   - count:           '2'
19   - String:          ' instructions with '
20   - type:            remark
21 --- !Analysis
22 Pass:            annotation-remarks
23 Name:            AnnotationSummary
24 DebugLoc:        { File: path/to/anno3.c, Line: 1, Column: 2 }
25 Function:        func3
26 Args:
27   - String:          'Annotated '
28   - count:           '3'
29   - String:          ' instructions with '
30   - type:            remark