search for: building_test

Displaying 4 results from an estimated 4 matches for "building_test".

2013 Jun 08
1
[LLVMdev] wiki page for how to run llvm-test suite for mips using qemu user mode
I've made a wiki page for running test-suite for Mips using qemu user mode and from the tip of tree llvm. https://dmz-portal.mips.com/wiki/Building_test-suite_and_running_it_under_Qemu Previous we had lots of custom scripts and modifications to llvm test-suite tip of tree to to do this but this wiki makes all of that obsolete now and we can run everything from tip of tree. Our tool chain works very well in a cross environment and that is partly...
2013 Jun 17
0
[LLVMdev] test-suite and lnt
On 17 June 2013 19:01, Daniel Dunbar <daniel at zuster.org> wrote: > There are several individual users who still use the full Makefile > infrastructure. I think we pretty much use LNT exclusively for automated > runs now, but for development purposes the Makefile setup still has various > features that make it more amenable to incremental development. > Hi Daniel, I have
2013 Aug 24
1
[LLVMdev] redundant code in Mips arch?
On Sat, Aug 24, 2013 at 2:15 AM, Reed Kotler <rkotler at mips.com> wrote: > Hi Jun, > > Are you using the Mips compiler or working on it? > > yes, i am looking at its code to understand this architecture. thanks. Jun > > On 08/22/2013 11:12 PM, Jun Koi wrote: > >> hi, >> >> there are two arrays named DecoderTable32[] and DecoderTable16[] that
2013 Jun 17
2
[LLVMdev] test-suite and lnt
On Tue, Jun 4, 2013 at 5:52 PM, Renato Golin <renato.golin at linaro.org>wrote: > On 4 June 2013 22:08, Reed Kotler <rkotler at mips.com> wrote: > >> is test-suite being run still by itself (independent of llvm)? >> > > AFAIK, yes. http://llvm.org/docs/lnt/quickstart.html > > > if so, are there public build bots for this? >> > > We have