mirror of https://github.com/tinygo-org/tinygo.git
Browse Source
Commit fc4857e98c
(runtime: avoid recursion in printuint64 function)
caused a regression for AVR. I have tried locally with LLVM 11 (which
contains a number of codegen bugs) and the issue is no longer present,
so I'm assuming it's a codegen bug that is now fixed. However, LLVM 11
is not yet released so it seems best to me to work around this
temporarily (for the next few months).
This commit can easily be reverted when we start using LLVM 11.
pull/1197/head
Ayke van Laethem
4 years ago
committed by
Ron Evans
1 changed files with 10 additions and 0 deletions
Loading…
Reference in new issue