aboutsummaryrefslogtreecommitdiff
path: root/HighLevelGoals.md
diff options
context:
space:
mode:
authorLuke Wagner <mail@lukewagner.name>2015-06-16 11:26:38 -0500
committerLuke Wagner <mail@lukewagner.name>2015-06-16 11:28:07 -0500
commit9c931ce61d804bcff08c915c1a9726df39d32cef (patch)
treecb6120546cb5f65e0bfbf86985600da366c58d9c /HighLevelGoals.md
parent8f67428c6f2385f4c71ec475b6200df6f0cfe35b (diff)
downloadnanowasm-design-9c931ce61d804bcff08c915c1a9726df39d32cef.tar.gz
Drop references to LLVM repo
Diffstat (limited to 'HighLevelGoals.md')
-rw-r--r--HighLevelGoals.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/HighLevelGoals.md b/HighLevelGoals.md
index effb948..14e232d 100644
--- a/HighLevelGoals.md
+++ b/HighLevelGoals.md
@@ -32,7 +32,7 @@
binary format, supporting View Source functionality.
4. Design to support [non-browser embeddings](NonWeb.md) as well.
5. Make a great platform:
- * build an [LLVM backend](https://github.com/WebAssembly/llvm) and
- accompanying [clang port](https://github.com/WebAssembly/clang);
+ * build a new LLVM backend for WebAssembly and an accompanying
+ clang port;
* promote other compilers and tools targeting WebAssembly; and
* enable other useful [tooling](Tooling.md).