[LLVMdev] running test suite with valgrind
Nuno Lopes
nunoplopes at sapo.pt
Wed Oct 1 03:15:03 PDT 2008
Hi,
I've made a simple patch to allow running LLVM's test suite under valgrind.
By default it doesn't do any memory leak checking because valgrind reports
problems in most tests..
To run the tests with valgrind one has to run 'cd test && make VG=1',
similar with what we have with clang.
So is this patch ok and/or desirable?
Regards,
Nuno
P.S.: Warning: it takes a loong time to run all the tests with valgrind.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: llvm_test_valgrind.txt
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081001/b2c4426e/attachment.txt>
More information about the llvm-dev
mailing list