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.
 


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to