[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 15:32:10 PDT 2015
jmgao marked an inline comment as done.
================
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)))
----------------
jmgao wrote:
> 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
Sorry, misread your comment. I'm not sure what should happen in darwin.
http://reviews.llvm.org/D12091
More information about the llvm-commits
mailing list