[LLVMdev] Assembly Change: implementation keyword no longer recognized

Reid Spencer rspencer at reidspencer.com
Thu Mar 29 11:21:50 PDT 2007


All,

Just a note to let yo know that CVS Head has been changed so that the
AsmParser no longer recognizes the "implementation" keyword and
AsmWriter no longer generates it. The grammar has changed to require the
"define" keyword for function definitions which obviates the need for
the implementation keyword. This has been the case for a couple months
now, but we never removed the keyword. It is now gone and so your
previous .ll files with implementation keyword need to be updated. The
llvm-upgrade tool will remove the implementation keyword.

Reid.




More information about the llvm-dev mailing list