diff options
author | Ayke van Laethem <[email protected]> | 2019-12-04 16:14:39 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-12-11 20:17:35 +0100 |
commit | 8d32a7c3a399ce62564f66c75e9553caf7327264 (patch) | |
tree | 67d93ff9d55c13b7b21e5ecfe2204be1ed98b982 /LICENSE | |
parent | 49eb414530b0b5bbe07579a9b11e03839787dac0 (diff) | |
download | tinygo-8d32a7c3a399ce62564f66c75e9553caf7327264.tar.gz tinygo-8d32a7c3a399ce62564f66c75e9553caf7327264.zip |
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.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ Copyright (c) 2018-2019 TinyGo Authors. All rights reserved. TinyGo includes portions of the Go standard library. Copyright (c) 2009-2019 The Go Authors. All rights reserved. +TinyGo includes portions of LLVM, which is under the Apache License v2.0 with +LLVM Exceptions. See https://llvm.org/LICENSE.txt for license information. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |