[LLVMdev] Is this bug in LLVM?

Seung Jae Lee lee225 at uiuc.edu
Wed Nov 8 23:25:50 PST 2006


Hello. My name is Seung Jae Lee.
I'd like to ask you onething about converting to ARM assembly code.
I saved the simplest C code shown in your LLVM webpage as 'hello.c'
And I made 'hello.bc' by "$ llvm-gcc hello.c -o hello".
In order to make ARM assembly code, I typed "llc -march=arm hello.bc -o hello.arm"
But, I met this error.

llc: ARMISelDAGToDAG.cpp:73: llvm::SDOperand LowerCALL(llvm::SDOperand, llvm::SelectionDAG&): Assertion `isVarArg == false && "VarArg not supported"' failed.
llc((anonymous namespace)::PrintStackTrace()+0x15)[0x850437d]
llc((anonymous namespace)::SignalHandler(int)+0x139)[0x8504645]
Aborted

I can't understand. Would you mind replying to me w.r.t this?
Thank you.

Best regards,
Seung Jae Lee

------------------------------------------------
Phone: +1-217-377-1932
Webpage: http://struct.nazoo.net/cv/cv_eng.htm

Graduate Research Assistant
Dept. of Civil & Environmental Engineering
University of Illinois at Urbana-Champaign
------------------------------------------------



More information about the llvm-dev mailing list