aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2020-03-03 14:50:13 +0100
committerRon Evans <[email protected]>2020-04-09 20:23:51 +0200
commit0afd42c439323b12faeac62fd75c3ec8d7db9e6e (patch)
treed683db6807aa416096b1e94e05aecdc2ccd6aae7 /README.md
parent584e94ce2f55e6fe39ee68189629575b8e47591d (diff)
downloadtinygo-0afd42c439323b12faeac62fd75c3ec8d7db9e6e.tar.gz
tinygo-0afd42c439323b12faeac62fd75c3ec8d7db9e6e.zip
main: switch to LLVM 10
This commit also adds a bit of version independence, in particular for external commands. It also adds the LLVM version to the `tinygo version` command, which might help while debugging.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b1c55822d..83f9a9eed 100644
--- a/README.md
+++ b/README.md
@@ -135,4 +135,4 @@ The original reasoning was: if [Python](https://micropython.org/) can run on mic
This project is licensed under the BSD 3-clause license, just like the [Go project](https://golang.org/LICENSE) itself.
-Some code has been copied from the LLVM project and is therefore licensed under [a variant of the Apache 2.0 license](http://releases.llvm.org/9.0.0/LICENSE.TXT). This has been clearly indicated in the header of these files.
+Some code has been copied from the LLVM project and is therefore licensed under [a variant of the Apache 2.0 license](http://releases.llvm.org/10.0.0/LICENSE.TXT). This has been clearly indicated in the header of these files.