Skip to content

Commit caf2de7

Browse files
authored
Document that llvm-lit needs to be run to collect static metrics (#94836)
1 parent 8462e20 commit caf2de7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/docs/TestSuiteGuide.md

+3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ MicroBenchmarks/XRay microbenchmarks, you need to add `compiler-rt` to your
7171
PASS: test-suite :: MultiSource/Applications/ALAC/encode/alacconvert-encode.test (2 of 474)
7272
...
7373
```
74+
**NOTE!** even in the case you only want to get the compile-time results(code size, llvm stats etc),
75+
you need to run the test with the above `llvm-lit` command. In that case, the *results.json* file will
76+
contain compile-time metrics.
7477

7578
6. Show and compare result files (optional):
7679

0 commit comments

Comments
 (0)