Support for LLVM 8.0 was dropped; update README.md accordingly. (#156)

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

Fixes #155.
sunfishcode/test-seekdir
Dan Gohman 4 years ago committed by GitHub
parent 8446a3f8d4
commit 5505b8db44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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