[LLVMdev] binutils + gdb/insight targeted to LLVM
Chris Lattner
clattner at apple.com
Thu Jul 17 21:05:34 PDT 2008
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 :)
> My question is: What assembler does the LLVM PIC target use? I'd
> like to
> add it to my collection. I don't think gas supports the PIC in
> version 2.18.
The PIC port is very very early, I don't think it is really ready for
widespread use yet.
-Chris
More information about the llvm-dev
mailing list