[llvm] r258484 - NFC WebAssembly: update links
JF Bastien via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 21 20:21:50 PST 2016
Author: jfb
Date: Thu Jan 21 22:21:49 2016
New Revision: 258484
URL: http://llvm.org/viewvc/llvm-project?rev=258484&view=rev
Log:
NFC WebAssembly: update links
I got a vanity URL, and moved the github waterfall repo.
Modified:
llvm/trunk/lib/Target/WebAssembly/README.txt
Modified: llvm/trunk/lib/Target/WebAssembly/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/WebAssembly/README.txt?rev=258484&r1=258483&r2=258484&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/README.txt (original)
+++ llvm/trunk/lib/Target/WebAssembly/README.txt Thu Jan 21 22:21:49 2016
@@ -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
More information about the llvm-commits
mailing list