llvm-project
b549ea77 - ARM: Avoid adding default libcalls overridden by AEABI functions (#164983)

Commit
178 days ago
ARM: Avoid adding default libcalls overridden by AEABI functions (#164983) Avoids adding alternative libcall impls for the same libcall. I'm not sure if the default names exist or not, or are just not preferred. compiler-rt appears to define aliases for all of these, so I'm not sure why we bother distinguishing these in the first place.
Author
Parents
Loading