[llvm-commits] Anyone using the PPC ELF object writer?

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Thu Dec 22 05:17:22 PST 2011


> I commited a start of the object writer support, it's good enough to
> assemble hello world and some more simple stuff but by no means finished.
> 
> Do you have any reason for removing it besides no tests?

I did not remove it, but refactored it to lib/Target/PorwerPC. While
doing this I noticed that all tests would still pass with
adjustFixupOffset disabled, so I don't have a lot of confidence that
nothing else was broken by the refactoring.

Do you have a test that uses ppc's adjustFixupOffset? Could you add it
to the testsuite?

> roman

Thanks,
Rafael



More information about the llvm-commits mailing list