llc: error auto-selecting target for module 'Cannot choose between
targets "sparcv9" and "ppc64"'. Please use the -march option to
explicitly pick a target.
We have five new regressions resulting in that message:
llc: error auto-selecting target for module 'Cannot choose between
targets "sparcv9" and "ppc64"'. Please use the -march option to
explicitly pick a target.
This should be fixed now. Sorry about that. It looks like the PPC64
target is looking at the exact same bytecode features as the V9 backend
(e.g. 64-bit and big endian). This completely broke the sparc backend, so
I disabled registration of ppc64.
-Chris
We have five new regressions resulting in that message: