[llvm-commits] [llvm] r139934 - in /llvm/trunk: autoconf/configure.ac configure

Justin Holewinski justin.holewinski at gmail.com
Wed Oct 12 12:51:44 PDT 2011


On Mon, Oct 10, 2011 at 1:49 PM, Eric Christopher <echristo at apple.com>wrote:

>
> On Oct 9, 2011, at 3:12 PM, Joerg Sonnenberger wrote:
>
> > On Fri, Sep 16, 2011 at 08:36:17PM -0000, Eric Christopher wrote:
> >> Author: echristo
> >> Date: Fri Sep 16 15:36:16 2011
> >> New Revision: 139934
> >>
> >> URL: http://llvm.org/viewvc/llvm-project?rev=139934&view=rev
> >> Log:
> >> Have the llvm configure process look for clang, then llvm-gcc, and then
> gcc
> >> on all platforms.
> >
> > This breaks the build for me on Linux. It seems to pick up Clang and
> > that gives:
> >
> > /home/joerg/work/LLVM/llvm/lib/Object/ELFObjectFile.cpp:257:3: error:
> > implicit instantiation of undefined template
> >   '<anonymous>::ELFDataTypeTypedefHelper<1, false>'
> >   LLVM_ELF_IMPORT_TYPES(target_endianness, is64Bits)
> >
> > etc.
>
> Should probably install a newer clang or you can use CC=gcc CXX=g++ on your
> configure line. The clang-2.9 release should be in good enough shape to
> build top of tree llvm.
>

Except on newer *nix distributions where clang-2.9 is not wired to detect
the GCC installations.


>
> -eric
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



-- 

Thanks,

Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111012/abe74644/attachment.html>


More information about the llvm-commits mailing list