[LLVMdev] Fix build on GCC 4.3

Zhongxing Xu mymlreader at gmail.com
Wed Aug 20 22:12:14 PDT 2008


Sorry, I can't yet.

On Thu, Aug 21, 2008 at 12:35 PM, Ted Kremenek <kremenek at apple.com> wrote:

> Please commit.
>
> On Aug 20, 2008, at 8:02 PM, Zhongxing Xu wrote:
>
> > Index: include/llvm/ADT/APInt.h
> > ===================================================================
> > --- include/llvm/ADT/APInt.h    (revision 55101)
> > +++ include/llvm/ADT/APInt.h    (working copy)
> > @@ -20,6 +20,7 @@
> >  #include <cassert>
> >  #include <iosfwd>
> >  #include <string>
> > +#include <cstring>
> >
> >  namespace llvm {
> >    class Serializer;
> >
> > _______________________________________________
> > LLVM Developers mailing list
> > LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080821/2ddbe2e0/attachment.html>


More information about the llvm-dev mailing list