[LLVMdev] binutils + gdb/insight targeted to LLVM

Richard Pennington rich at pennware.com
Fri Jul 18 02:40:30 PDT 2008


Chris Lattner wrote:
> On Jul 17, 2008, at 7:51 PM, Richard Pennington wrote:
> 
>> Hi,
>>
>> As part of my work with Elsa/LLVM I've been trying to wean myself from
>> gcc, I'm using my own preprocessor now (to eliminate gcc -E) and have
>> been calling ld and as directly.
> 
> You should consider using the clang preprocessor :)
> 

I was thinking about adding clang to the driver. :-) My current driver 
is a combination of llvmc, opt, and llvm-ld. It wouldn't be too hard to 
call clang rather than elsa to do the actual parsing.

-Rich



More information about the llvm-dev mailing list