[llvm] Document that llvm-lit needs to be run to collect static metrics (PR #94836)

Paul Kirth via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 8 07:22:18 PDT 2024


================
@@ -266,7 +269,7 @@ Example usage:
 
   ```bash
   % test-suite/utils/compare.py -m compile_time baseline.json
-  % test-suite/utils/compare.py -m size.__text baseline.json
+  % test-suite/utils/compare.py -m size..text baseline.json
----------------
ilovepi wrote:

Not sure this should change. Apparently, they’re both correct, depending on the platform. https://github.com/llvm/llvm-test-suite/blob/47a750394dfa29d10cdb515132a525d3e8fa3118/litsupport/modules/codesize.py#L41

https://github.com/llvm/llvm-project/pull/94836


More information about the llvm-commits mailing list