[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Nov 18 08:07:22 PST 2010


On 18 November 2010 10:53, Jim Grosbach <grosbach at apple.com> wrote:
> I suspect this is r 119613. Perhaps the darwin9 assembler isn't recent enough to handle those directives?
>

Looks like that is the case. In the code review Devang mentioned:

Please make sure that we include this change in next LLVM release
note. Here we are assuming that all supported platforms'  assembler
supports .loc/.file, which is ok.

I don't know the plan, but some options are:

*) Upgraded the assembler of that bot
*) Change llvm-gcc to fork/exec llvm-mc
*) Don't produce line debug info if the assembler doesn't support .loc
*) Add a DW_LNE_set_address based line info to the MC Asm streamer
finish method.

Cheers,
Rafael



More information about the llvm-testresults mailing list