[libc-commits] [libc] cfe096d - Fix dead link

via libc-commits libc-commits at lists.llvm.org
Thu Dec 17 06:49:32 PST 2020


Author: Guillaume Chatelet
Date: 2020-12-17T15:49:28+01:00
New Revision: cfe096d1f68783bcfab4a01d5a471a3c6ed1b46d

URL: https://github.com/llvm/llvm-project/commit/cfe096d1f68783bcfab4a01d5a471a3c6ed1b46d
DIFF: https://github.com/llvm/llvm-project/commit/cfe096d1f68783bcfab4a01d5a471a3c6ed1b46d.diff

LOG: Fix dead link

Added: 
    

Modified: 
    libc/benchmarks/README.md

Removed: 
    


################################################################################
diff  --git a/libc/benchmarks/README.md b/libc/benchmarks/README.md
index dbfb0641d337..96d108b5f35b 100644
--- a/libc/benchmarks/README.md
+++ b/libc/benchmarks/README.md
@@ -51,7 +51,7 @@ This is the preferred mode to use. The function parameters are randomized and th
     --output=/tmp/benchmark_result.json
 ```
 
-The `--size-distribution-name` flag is mandatory and points to one of the [predefined distribution](libc/benchmarks/MemorySizeDistributions.h).
+The `--size-distribution-name` flag is mandatory and points to one of the [predefined distribution](MemorySizeDistributions.h).
 
 > Note: These distributions are gathered from several important binaries at Google (servers, databases, realtime and batch jobs) and reflect the importance of focusing on small sizes.
 


        


More information about the libc-commits mailing list