llvm-mos / llvm-mos-sdk

SDK for developing with the llvm-mos compiler
https://www.llvm-mos.org
Other
270 stars 56 forks source link

Avoid symbol duplicates (apparent with --whole-archive) #255

Closed cwedgwood closed 10 months ago

cwedgwood commented 10 months ago

Fixes llvm-mos/llvm-mos#424

mysterymath commented 10 months ago

Discussed on Discord; we want to keep the multiplication implementations in the SDK, since they're superior on 6502 to the generic ones from compiler-rt.