[PATCH] D11679: [compiler-rt] Add AArch64 to CMake configuration and several missing builtins
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 04:42:02 PDT 2015
rengolin added a reviewer: zatrazz.
rengolin added a comment.
Adding Adhemerval to have a look.
Now that we have ASAN on and the bots are green, it's a good time to add this one before the more controversial TSAN changes.
================
Comment at: lib/builtins/multc3.c:21
@@ +20,3 @@
+COMPILER_RT_ABI long double _Complex
+__multc3(long double __a, long double __b, long double __c, long double __d)
+{
----------------
nitpick: is it necessary to have __ac and others, since they're all local context?
Repository:
rL LLVM
http://reviews.llvm.org/D11679
More information about the llvm-commits
mailing list