tinygo/compiler
Ayke van Laethem 1ed019771d
compiler: set debug info when defining a function
Move attaching debug info to where the function is defined. As LLVM does
not allow setting debug info on declarations, this makes more sense and
is less error-prone.

This commit fixes debug info when using CGo.
2018-11-15 20:00:00 +01:00
..
calls.go compiler, runtime: move defer notes to the runtime file 2018-11-01 11:42:04 +01:00
compiler.go compiler: set debug info when defining a function 2018-11-15 20:00:00 +01:00
interface.go compiler: avoid load/store on zero-length data 2018-11-09 15:48:47 +01:00
map.go compiler: support comma-ok in map lookup 2018-10-20 17:54:16 +02:00
optimizer.go compiler: remove println statement 2018-10-29 18:18:23 +01:00
sizes.go compiler: refactor compiler into separate package 2018-09-22 20:32:28 +02:00