search for: nodejagnu

Displaying 3 results from an estimated 3 matches for "nodejagnu".

Did you mean: dejagnu
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
On Wed, Feb 25, 2009 at 10:26:02AM -0800, Chris Lattner wrote: > > On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote: > > > On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote: > >> I haven't tested with objdir != srcdir. > > > > Ok, that was broken. Attached is a smaller diff that should work in > > all > > cases. > > This
2009 Feb 26
1
[LLVMdev] [PATCH] Parallelized make check
...yTest.pl =================================================================== --- utils/NewNightlyTest.pl (revision 65468) +++ utils/NewNightlyTest.pl (working copy) @@ -27,6 +27,7 @@ # -norunningtests Do not run the Olden benchmark suite with # LARGE_PROBLEM_SIZE enabled. # -nodejagnu Do not run feature or regression tests +# -jcheck Use the jcheck target instead of check to run dejagnu tests. # -parallel Run two parallel jobs with GNU Make. # -release Build an LLVM Release version # -release-asserts Build an LLVM ReleaseAsserts version @@ -1...
2009 Feb 25
2
[LLVMdev] [PATCH] Parallelized make check
On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote: > On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote: >> I haven't tested with objdir != srcdir. > > Ok, that was broken. Attached is a smaller diff that should work in > all > cases. This sounds really cool Julien! Two questions: 1) does it preserve the checking that the existing tcl stuff does, which