builder: use builtin Clang when building statically

This will be a huge help for people installing TinyGo that don't have
LLVM/Clang 9 already installed and in the $PATH variable.
This commit is contained in:
Ayke van Laethem
2019-12-04 16:14:39 +01:00
committed by Ron Evans
parent 49eb414530
commit 8d32a7c3a3
10 changed files with 811 additions and 13 deletions
+2
View File
@@ -125,3 +125,5 @@ The original reasoning was: if [Python](https://micropython.org/) can run on mic
## License
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.