Support for LLVM 8.0 was dropped; update README.md accordingly.

Support for LLVM 8.0 was
[recently dropped](https://github.com/WebAssembly/wasi-sdk/pull/151).
Update the README.md accordingly.

Fixes #155.
pull/156/head
Dan Gohman 5 years ago
parent 8446a3f8d4
commit 73db1b9212

@ -15,7 +15,7 @@ wasi-libc tree.
The libc portion of this SDK is the
[wasi-libc](https://github.com/WebAssembly/wasi-libc).
Upstream Clang and LLVM (from 8.0 onwards) can compile for WASI out of the box,
Upstream Clang and LLVM (from 9.0 onwards) can compile for WASI out of the box,
and WebAssembly support is included in them by default. So, all that's done here
is to provide builds configured to set the default target and sysroot for
convenience.

Loading…
Cancel
Save