rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
921 stars 60 forks source link

__ucmpti2 undefined on some 32-bit platforms like ARC #341

Closed antoyo closed 1 year ago

antoyo commented 1 year ago

https://users.rust-lang.org/t/for-arc-elf32-target-get-undefined-reference-to-debug-lower-hex-when-using-alloc-crate/99234/12

antoyo commented 1 year ago

Fixed by #349.