[LLVMdev] Optimized Nightly Test Regressions
Chris Lattner
sabre at nondot.org
Fri Aug 20 11:22:14 PDT 2004
On Fri, 20 Aug 2004, Reid Spencer wrote:
> Does anyone know about this error?
>
> 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:
>
> Regression.LLC.2003-05-27-phifcmpd : FAIL , expected PASS
> Regression.LLC.2003-05-27-useboolinotherbb : FAIL , expected PASS
> Regression.LLC.2003-05-27-usefsubasbool : FAIL , expected PASS
> Regression.LLC.2003-07-07-BadLongConst : FAIL , expected PASS
> Regression.LLC.2003-07-08-BadCastToBool : FAIL , expected PASS
>
> Reid
>
-Chris
--
http://llvm.org/
http://nondot.org/sabre/
More information about the llvm-dev
mailing list