tinygo/builder
Ayke van Laethem acdaaa17d8 all: use compiler-rt from the llvm-project directory
We don't need the separate submodule: compiler-rt is already included in
the llvm-project repository.

This should hopefully make CI slightly faster too.
2019-11-13 16:00:22 +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 main: refactor compile/link part to a builder package 2019-11-11 20:53:50 +01:00
buildcache.go main: refactor compile/link part to a builder package 2019-11-11 20:53:50 +01:00
builtins.go all: use compiler-rt from the llvm-project directory 2019-11-13 16:00:22 +01:00
commands.go main: refactor compile/link part to a builder package 2019-11-11 20:53:50 +01:00
config.go main: refactor compile/link part to a builder package 2019-11-11 20:53:50 +01:00
env.go builder: make Clang header detection more robust 2019-11-13 15:35:45 +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