From 5505b8db44b8656e6684f4dc22cdc74ec1a9d56d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sun, 11 Oct 2020 19:06:38 -0700 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2e3d7f..685e8e8 100644 --- a/README.md +++ b/README.md @@ -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.