chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] LLVM


From: Brandon J. Van Every
Subject: Re: [Chicken-users] LLVM
Date: Sun, 30 Jul 2006 00:44:38 -0700
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

Ryan Cleven wrote:
Has anyone looked at porting chicken to a front end for LLVM?

Why don't you do it? It is either trivial or rather difficult. It depends on how much the llvm-gcc C frontend behaves like gcc. http://llvm.org/docs/CommandGuide/html/llvmgcc.html If it's pretty much GCC, then some flags to ./configure would do it. CMake really just generates Makefiles, so either a "Unix Makefiles" or "MinGW Makefiles" or "MSYS Makefiles" and setting CMAKE_C_COMPILER in CMakeSetup or CCMake might do it. Or maybe CMake can pick up CC from the environment, I dunno.


Cheers,
Brandon Van Every





reply via email to

[Prev in Thread] Current Thread [Next in Thread]