summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ab28ffabd..8aca0c6c0 100644
--- a/README.md
+++ b/README.md
@@ -158,6 +158,10 @@ The `WASM_BACKEND` option tells it to use the WebAssembly backend instead of the
(or `python check.py`) will run `binaryen-shell`, `asm2wasm`, and `wasm.js` on the testcases in `test/`, and verify their outputs.
+It will also run `s2wasm` through the last known good LLVM output from the [build waterfall][], as fetched by `update.py`.
+
+ [build waterfall]: https://build.chromium.org/p/client.wasm.llvm/console
+
The `check.py` script supports some options:
```