diff options
author | Ayke van Laethem <[email protected]> | 2020-03-03 14:50:13 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2020-04-09 20:23:51 +0200 |
commit | 0afd42c439323b12faeac62fd75c3ec8d7db9e6e (patch) | |
tree | d683db6807aa416096b1e94e05aecdc2ccd6aae7 /README.md | |
parent | 584e94ce2f55e6fe39ee68189629575b8e47591d (diff) | |
download | tinygo-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |