Add example of how to filter ASan binaries
Change-Id: I2e9656516a03bbb43c31175dd178cc223a171ceb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2596776
Reviewed-by: Carlos IL <[email protected]>
Commit-Queue: Chris Thompson <[email protected]>
Cr-Commit-Position: refs/heads/master@{#837877}
diff --git a/docs/asan.md b/docs/asan.md
index 4d5b2a58..db215fc 100644
--- a/docs/asan.md
+++ b/docs/asan.md
@@ -32,6 +32,12 @@
You can grab fresh Chrome binaries built with ASan
[here](https://commondatastorage.googleapis.com/chromium-browser-asan/index.html).
+The lists of ASan binaries are _very_ long, but you can filter down to more
+specific releases by specifying a prefix like
+[linux-debug/asan-linux-debug-83](https://commondatastorage.googleapis.com/chromium-browser-asan/index.html?prefix=linux-debug/asan-linux-debug-83).
+This is useful for finding a build for a specific revision, since filenames are of
+the form `asan-<platform>-<buildtype>-<revision>` (but not every revision has an
+archived ASan build).
## Build tests with ASan