From 73db1b9212d65593713fc92a6fa6a6438b1ad888 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sun, 11 Oct 2020 13:08:44 -0700 Subject: [PATCH] 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. --- 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.