[LLVMdev] Cygwin release build error
Aaron Gray
angray at beeb.net
Wed Feb 28 15:06:07 PST 2007
Anton,
> Hello, Aaron.
>
>> This is still at the stage of using xgcc.exe AFAICT before any LLVM
>> bytecode
>> generation.
> Yep. But xgcc generates code via LLVM! So, you can just copy command
> line from your terminal, add -emit-llvm, run it and you'll see, that
> resulting .o will be LLVM bytecode (or won't if FE will crash).
Okay that works, got a _eprintf.o file.
Also works without the -emit-llvm !!
But crashes when called from the make file.
Weird.
Aaron
More information about the llvm-dev
mailing list