search for: dejagnutest

Displaying 2 results from an estimated 2 matches for "dejagnutest".

Did you mean: dejagnutests
2008 Dec 10
2
[LLVMdev] Trouble Building llvm-gcc-4.2
...e="compile llvm-gcc-4.2") f.addStep(WarningCountingShellCommand, name = "llvm-gcc-4.2_install", command="nice -n 10 make install", haltOnFailure = True, description="installing llvm-gcc-4.2", descriptionDone="install llvm-gcc-4.2") f.addStep(DejaGNUTester(description="testing llvm-gcc-4.2", descriptionDone="test llvm-gcc-4.2", workdir="llvm-gcc-4.2/obj")) Note that I pass --enable-llvm=<abs llvm obj dir> to configure for llvm-gcc-4.2. However, the build fails with: configure: error: You must specify valid p...
2008 Jul 07
1
[LLVMdev] [PATCH] patch to compile llvm-gcc using nightly tester script(NewNightlyTester.pl)
Rajika, A couple of comments: - You should provide a way to specify where llvm-gcc is built (just like llvm). - I would highly recommend allowing the user to only update llvm-gcc and not check it out from scratch each time. Checking out llvm-gcc is very time consuming. You would need to make sure that llvm and llvm-gcc have the same rev number and nuke the llvm obj/install dirs so you get a