diff options
| author | Marco Elver <elver@google.com> | 2021-01-13 11:50:04 +0100 |
|---|---|---|
| committer | Marco Elver <me@marcoelver.com> | 2021-01-13 16:23:08 +0100 |
| commit | 269d24e857a757d09a898086a2fa6fa5d827c3e1 (patch) | |
| tree | d443dfb2d153e31cec7a378b62c72a62f3d0c436 /docs/syzbot.md | |
| parent | a945f0a3953e1d7e6cbd177e11a3a84476a53286 (diff) | |
docs: add link to clang 11.0.1 release binaries
The official LLVM repo hosts prebuilt binaries for various distributions
and architectures, so let's use that one.
Diffstat (limited to 'docs/syzbot.md')
| -rw-r--r-- | docs/syzbot.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/syzbot.md b/docs/syzbot.md index 818c0835f..979cf57ea 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -256,6 +256,7 @@ Exact compilers used by `syzbot` can be found here: - [clang 8.0.0 (trunk 343298)](https://storage.googleapis.com/syzkaller/clang-kmsan-343298.tar.gz) (45MB) - [clang 10.0.0 (c2443155)](https://storage.googleapis.com/syzkaller/clang_install_c2443155.tar.gz) - [clang 11.0.0 (git ca2dcbd030e)](https://storage.googleapis.com/syzkaller/clang-11-prerelease-ca2dcbd030e.tar.xz) (682MB) +- [clang 11.0.1](https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.1) A QEMU-suitable Debian Stretch image can be found [here](https://storage.googleapis.com/syzkaller/stretch.img) (2 GB, compression somehow breaks it), root ssh key for it is [here](https://storage.googleapis.com/syzkaller/stretch.img.key) (do `chmod 0600` on it). A reference `qemu` command line to run it is as follows: |
