mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-09-17 20:12:58 +00:00
514b436889
Named local labels shouldn't be used in LLVM because they might get duplicated resulting in multiple symbol definitions and a compiler error. Instead, use numeric labels.