[llvm-branch-commits] [llvm] ARM: Mark more generic libgcc functions as available (PR #210961)
Saleem Abdulrasool via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jul 21 07:58:26 PDT 2026
compnerd wrote:
They are aliases as the operation is mostly identical (IIRC some might swap arguments), they are a different convention - why have the GCC convention? Because there's code that can be built against that expectation. The operations shouldn't be user visible per se - they are an implementation detail of the compiler. So we have aliases that can support code written against the standard.
Please update the commit message.
https://github.com/llvm/llvm-project/pull/210961
More information about the llvm-branch-commits
mailing list