From ff19d7a5b4d4a6898925b8a701af72b826a2bb5a Mon Sep 17 00:00:00 2001 From: Daniel Duan Date: Mon, 18 Mar 2019 10:27:43 -0700 Subject: Link to official LLVM repo instead (#1269) LLVM has an official repository on Github now. Link to it instead of the mirror repo. --- TextFormat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TextFormat.md') diff --git a/TextFormat.md b/TextFormat.md index f7ba67d..176b4e4 100644 --- a/TextFormat.md +++ b/TextFormat.md @@ -30,7 +30,7 @@ The following tools currently understand this format: [specification interpreter]: https://github.com/WebAssembly/spec/tree/master/interpreter/ [wabt]: https://github.com/WebAssembly/wabt [binaryen]: https://github.com/WebAssembly/binaryen - [LLVM backend]: https://github.com/llvm-mirror/llvm/tree/master/test/CodeGen/WebAssembly + [LLVM backend]: https://github.com/llvm/llvm-project/tree/master/test/CodeGen/WebAssembly [WAVM backend]: https://github.com/AndrewScheidecker/WAVM/tree/master/Test The recommended file extension for WebAssembly code in textual format is `.wat`. -- cgit v1.2.3