[LLVMdev] Compile a large project with llvm?

Diego Iastrubni diegoiast at gmail.com
Fri Mar 5 05:39:37 PST 2010


on linux I used (I am using clang, but the idea is the same):

export CC=clang
export CXX=clang++
./configure


On Fri, Mar 5, 2010 at 3:24 PM, Wink zhang <winkqrzhang at gmail.com> wrote:

> Hi,
>
> How to compile a large project (such as Apache) by using llvm-gcc?
> I tried to replace CC with llvm-gcc and CFLAGS with -emit-llvm while
> running configure, but it didn't work.
>
> Thank you for your help.
>
> -Wink
> _______________________________________________
> 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/20100305/45a6d443/attachment.html>


More information about the llvm-dev mailing list