mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
1ed019771d
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.