[LLVMdev] 1.9 Prerelease Available for Testing (TAKE TWO)

Chris Lattner sabre at nondot.org
Fri Nov 17 10:49:58 PST 2006


On Fri, 17 Nov 2006, Reid Spencer wrote:
> TEST-FAIL: llc /MultiSource/Applications/oggenc/oggenc
> TEST-FAIL: jit /MultiSource/Applications/oggenc/oggenc
> TEST-FAIL: cbe /MultiSource/Applications/oggenc/oggenc
>  * Not sure, difference in binary output.

Known issue.  I think the program has a bug, it doesn't work on any 
target.

> TEST-FAIL: jit /MultiSource/Applications/JM/ldecod/ldecod
>  * Weird JIT problem, there's a PR filed on this.

Yep,

> TEST-FAIL: cbe /MultiSource/Benchmarks/Prolangs-C/archie-client/archie
>  * Note sure, CBE failed to link:
>    /tmp/cc5Bwjx8.o: In function `keepWaitingDirsend':
>    archie.cbe.c:(.text+0x715): undefined reference to `ltmp_1856_85'
>    archie.cbe.c:(.text+0x735): undefined reference to `ltmp_1857_86'
>    /tmp/cc5Bwjx8.o: In function `retryDirsend':
>    archie.cbe.c:(.text+0x8af): undefined reference to `ltmp_1856_85'
>    archie.cbe.c:(.text+0x8cf): undefined reference to `ltmp_1857_86'
>    /tmp/cc5Bwjx8.o: In function `archie_query':
>    archie.cbe.c:(.text+0x1248): undefined reference to `ltmp_1141_82'

CBE doesn't support inline asm.  We should probably make it emit an error 
when it encounters one instead of succeeding and then failing to  produce 
a good .c file.  However, this is a known issue.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list