mirror of https://github.com/tinygo-org/tinygo.git
Browse Source
In rare cases the signature might change as a result of LLVM renaming some named struct types when multiple LLVM modules are merged. The easiest workaround is to detect such mismatched signatures and adding a bitcast: this should be safe as the underlying data is effectively of the same type.pull/1708/head
Ayke van Laethem
4 years ago
committed by
Ron Evans
1 changed files with 14 additions and 0 deletions
Loading…
Reference in new issue