File tree 6 files changed +0
-315
lines changed
test/tools/llvm-dwarfdump/X86
6 files changed +0
-315
lines changed Original file line number Diff line number Diff line change @@ -1105,7 +1105,3 @@ if (LLVM_INCLUDE_BENCHMARKS)
1105
1105
add_subdirectory (utils/benchmark)
1106
1106
add_subdirectory (benchmarks)
1107
1107
endif ()
1108
-
1109
- if (LLVM_INCLUDE_UTILS)
1110
- add_subdirectory (utils/llvm-locstats)
1111
- endif ()
Original file line number Diff line number Diff line change @@ -74,4 +74,3 @@ Developer Tools
74
74
llvm-build
75
75
llvm-exegesis
76
76
llvm-pdbutil
77
- llvm-locstats
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
; RUN: llc -debug-entry-values %s -o - -filetype=obj \
2
2
; RUN: | llvm-dwarfdump -statistics - | FileCheck %s
3
3
;
4
- ; RUN: llc -debug-entry-values %s -o %t0.o -filetype=obj \
5
- ; RUN: | llvm-locstats %t0.o | FileCheck %s --check-prefix=LOCSTATS
6
- ;
7
4
; CHECK: "entry value scope bytes covered":5
8
5
; CHECK: "formal params scope bytes total":20
9
6
; CHECK: "formal params scope bytes covered":20
87
84
; CHECK: "vars (excluding the debug entry values) with 90-99% of its scope covered":0
88
85
; CHECK: "vars (excluding the debug entry values) with 100% of its scope covered":1}
89
86
;
90
- ; Test the llvm-locstats output.
91
- ; LOCSTATS: 0% 1 16%
92
- ; LOCSTATS: 1-9% 0 0%
93
- ; LOCSTATS: 10-19% 0 0%
94
- ; LOCSTATS: 20-29% 0 0%
95
- ; LOCSTATS: 30-39% 0 0%
96
- ; LOCSTATS: 40-49% 0 0%
97
- ; LOCSTATS: 50-59% 1 16%
98
- ; LOCSTATS: 60-69% 0 0%
99
- ; LOCSTATS: 70-79% 0 0%
100
- ; LOCSTATS: 80-89% 1 16%
101
- ; LOCSTATS: 90-99% 0 0%
102
- ; LOCSTATS: 100% 3 50%
103
- ;
104
87
; The source code of the test case:
105
88
; extern void fn3(int *);
106
89
; extern void fn2 (int);
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments