tinygo/loader
Ayke van Laethem 141a70f401 main: make $GOROOT more robust and configurable
Check various locations that $GOROOT may live, including the location of
the go binary. But make it possible to override this autodetection by
setting GOROOT manually as an environment variable.
2019-05-07 09:14:43 +02:00
..
cgo.go cgo: only include the symbols that are necessary (recursively) 2019-05-01 11:33:18 +02:00
errors.go loader: better error message on import cycles 2019-01-27 10:38:02 +01:00
libclang.go cgo: avoid file/lineno hack for error locations 2019-05-05 17:07:35 +02:00
libclang_config.go all: switch to LLVM 8 2019-03-22 22:55:11 +01:00
libclang_stubs.c cgo: improve error locations for cgo-constructed AST 2019-04-25 12:55:52 +02:00
loader.go main: make $GOROOT more robust and configurable 2019-05-07 09:14:43 +02:00
ssa.go loader: switch to custom program loader 2018-12-10 15:36:23 +01:00
sync.go cgo: make libclang code thread-safe 2019-04-17 11:56:40 +02:00