tinygo/builder
Ayke van Laethem 8d32a7c3a3 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.
2019-12-11 20:17:35 +01:00
..
ar.go builder: write a symbol table when writing out the compiler-rt lib 2019-11-13 13:52:20 +01:00
build.go builder: use builtin Clang when building statically 2019-12-11 20:17:35 +01:00
buildcache.go main: refactor compile/link part to a builder package 2019-11-11 20:53:50 +01:00
builtins.go builder: use builtin Clang when building statically 2019-12-11 20:17:35 +01:00
cc1as.cpp builder: use builtin Clang when building statically 2019-12-11 20:17:35 +01:00
cc1as.h builder: use builtin Clang when building statically 2019-12-11 20:17:35 +01:00
clang.cpp builder: use builtin Clang when building statically 2019-12-11 20:17:35 +01:00
commands.go all: switch to LLVM 9 2019-11-16 18:44:27 +01:00
compiler-builtin.go builder: use builtin Clang when building statically 2019-12-11 20:17:35 +01:00
compiler-external.go builder: use builtin Clang when building statically 2019-12-11 20:17:35 +01:00
config.go main: refactor compile/link part to a builder package 2019-11-11 20:53:50 +01:00
env.go all: switch to LLVM 9 2019-11-16 18:44:27 +01:00
error.go main: refactor compile/link part to a builder package 2019-11-11 20:53:50 +01:00
linker-builtin.go main: refactor compile/link part to a builder package 2019-11-11 20:53:50 +01:00
linker-external.go main: refactor compile/link part to a builder package 2019-11-11 20:53:50 +01:00
lld.cpp main: refactor compile/link part to a builder package 2019-11-11 20:53:50 +01:00
objcopy.go main: refactor compile/link part to a builder package 2019-11-11 20:53:50 +01:00
sizes.go main: refactor compile/link part to a builder package 2019-11-11 20:53:50 +01:00
uf2.go main: refactor compile/link part to a builder package 2019-11-11 20:53:50 +01:00