[llvm-commits] [compiler-rt] r85264 - in /compiler-rt/trunk/lib: arm/ i386/ ppc/ x86_64/
Chris Lattner
clattner at apple.com
Tue Oct 27 13:13:05 PDT 2009
On Oct 27, 2009, at 10:50 AM, Daniel Dunbar wrote:
> Author: ddunbar
> Date: Tue Oct 27 12:50:21 2009
> New Revision: 85264
>
> URL: http://llvm.org/viewvc/llvm-project?rev=85264&view=rev
> Log:
> Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define
> function symbols inside .S files.
Doesn't this lose a _ on darwin? I think assembly.h needs to use
USER_LABEL_PREFIX
-Chris
More information about the llvm-commits
mailing list