[PATCH] D12091: [compiler-rt] Add libgcc compatibility aliases for __cmp{s, d, f}f2.
Josh Gao via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 20 10:58:23 PDT 2015
jmgao added inline comments.
================
Comment at: lib/builtins/int_lib.h:23
@@ -22,1 +22,3 @@
+#define FNALIAS(alias_name, original_name) \
+ void alias_name() __attribute__((alias(#original_name)))
----------------
asl wrote:
> What's in darwin case? Shall we define these aliases there as well?
This will be defined for everything that includes int_lib.h
http://reviews.llvm.org/D12091
More information about the llvm-commits
mailing list