aboutsummaryrefslogtreecommitdiffhomepage
path: root/LICENSE
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2019-12-04 16:14:39 +0100
committerRon Evans <[email protected]>2019-12-11 20:17:35 +0100
commit8d32a7c3a399ce62564f66c75e9553caf7327264 (patch)
tree67d93ff9d55c13b7b21e5ecfe2204be1ed98b982 /LICENSE
parent49eb414530b0b5bbe07579a9b11e03839787dac0 (diff)
downloadtinygo-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--LICENSE3
1 files changed, 3 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 960e8609f..4eb30ad8f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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: