[PATCH] D38050: [ARM] Use correct calling convention for libm.

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 20 15:37:30 PDT 2017


rengolin added a comment.

Do you know what would be cool? A gcc-compatibility checker test... Something that would have the most problematic cases in C and asm files and would be compiled with multiple versions of gcc and clang triples, then compared.

It's probably a very boring job to do, but once created, we wouldn't have to rehash those silly legacy ABI craziness... :(

Who knows, maybe we can even show other people how silly those things are, and they can even fix on their compiler! (nah, just kidding...)


Repository:
  rL LLVM

https://reviews.llvm.org/D38050





More information about the llvm-commits mailing list