diff options
author | JF Bastien <jfb@google.com> | 2016-01-22 04:21:49 +0000 |
---|---|---|
committer | JF Bastien <jfb@google.com> | 2016-01-22 04:21:49 +0000 |
commit | 4383a342680fe1cd02850996e99602a835420011 (patch) | |
tree | 0bf967d6df084682ce5d20979ceb7194372efc47 | |
parent | 0bf3ae84cada4bbc6e21b70952e0bf8b723d8cd4 (diff) | |
download | bcm5719-llvm-4383a342680fe1cd02850996e99602a835420011.tar.gz bcm5719-llvm-4383a342680fe1cd02850996e99602a835420011.zip |
NFC WebAssembly: update links
I got a vanity URL, and moved the github waterfall repo.
llvm-svn: 258484
-rw-r--r-- | llvm/lib/Target/WebAssembly/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/WebAssembly/README.txt b/llvm/lib/Target/WebAssembly/README.txt index a9a610903ad..4959fab33ad 100644 --- a/llvm/lib/Target/WebAssembly/README.txt +++ b/llvm/lib/Target/WebAssembly/README.txt @@ -13,14 +13,14 @@ binary encoding of WebAssembly itself: * https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md The backend is built, tested and archived on the following waterfall: - https://build.chromium.org/p/client.wasm.llvm/console + https://wasm-stat.us The backend's bringup is done using the GCC torture test suite first since it doesn't require C library support. Current known failures are in known_gcc_test_failures.txt, all other tests should pass. The waterfall will turn red if not. Once most of these pass, further testing will use LLVM's own test suite. The tests can be run locally using: - github.com/WebAssembly/experimental/blob/master/buildbot/torture_test.py + https://github.com/WebAssembly/waterfall/blob/master/src/compile_torture_tests.py Interesting work that remains to be done: * Write a pass to restructurize irreducible control flow. This needs to be done |