[PATCH] D43211: [WebAssembly] promote from experimental to normal target

Dan Gohman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 20 20:34:57 PDT 2018


sunfish added a comment.

In https://reviews.llvm.org/D43211#1241361, @sbc100 wrote:

> Woah!   This a big step people!  Congratulations.


Indeed, we've come a long way!

> On a practical note, presumably these mean that a lot more LLVM bots will be building and test wasm, right?   Are there many bots that build all default targets?

There are a bunch, and notably, some of them run with a bunch of sanitizer configurations, and unfortunately, one of them found a memory leak. So for now I submitted r342707 to revert the change until we have a chance to fix it.


Repository:
  rL LLVM

https://reviews.llvm.org/D43211





More information about the llvm-commits mailing list