mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-03 06:27:47 +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.