From ca92e0be52fcf25cc9a1426f28f0a83f981f146e Mon Sep 17 00:00:00 2001 From: Daniel Duan Date: Mon, 25 Mar 2019 10:17:25 -0700 Subject: Fix LLVM official repo link (#1270) In my attempt to link to the official LLVM repo, a mistake was made in the new URL (I wrongly assumed the old mirror and the official mono-repo has the same structure). This should fix that mistake. --- TextFormat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TextFormat.md') diff --git a/TextFormat.md b/TextFormat.md index 176b4e4..c737df4 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/llvm-project/tree/master/test/CodeGen/WebAssembly + [LLVM backend]: https://github.com/llvm/llvm-project/tree/master/llvm/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