[LLVMdev] Creating a new project using LLVM
Jean-Daniel Dupas
devlists at shadowlab.org
Mon Jul 2 15:39:59 PDT 2012
It does product a clang executable if you follow instruction at
http://clang.llvm.org/get_started.html
Le 2 juil. 2012 à 20:48, zhixiang wu a écrit :
> Chen,
>
> Thank you.
>
> When I replaced gcc by clang, how do I ensure that the clang use the
> LLVM backend that is already modified by myself? I am trying to
> modified the source code for the register allocator of the llvm and
> want to apply this modification to the clang compiler. I see that when
> I compile the whole modified llvm project from scratch, it does not
> produce a Clang executable. The clang that exists in my computer is
> from the package I downloaded from the internet (I downloaded this in
> need of compiling the llvm project. ).
>
> Regards,
>
> Z. Wu
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-- Jean-Daniel
More information about the llvm-dev
mailing list