Displaying 2 results from an estimated 2 matches for "a9569bf".
Did you mean:
a9569bfe
2013 Jan 25
0
[LLVMdev] [CFA] Target Specific Tests
Hi Renato,
> Would be good to have some buildbots doing cross-compilation for each of our
> targets,
That would certainly be good.
> but also those interested on their tests passing (Clang, Debug
> info, MCJIT folks, etc) should also probably run them locally on their
> machines and try to move their tests to the best category they think it
> makes sense.
I'm assuming you
2013 Jan 25
2
[LLVMdev] [CFA] Target Specific Tests
Hi all,
There were some discussions about target specific tests breaking on other
targets, so I did a simple test: compiled LLVM with a single target and ran
all the tests.
Here are some results for random targets:
ARM: Unexpected Failures: 334
PowerPC: Unexpected Failures: 340
Mips: Unexpected Failures: 334
X86: Unexpected Failures: 0
Most of them LLVM-Unit, Execution Engine, Codegen,