[cfe-commits] PATCH: Factor the CMake lit testsuite formation into common helper routines

Chandler Carruth chandlerc at google.com
Fri Jun 29 12:43:12 PDT 2012


Hello,

This pair of patches factors the CMake code for building lit testsuites
into LLVM's CMake support modules. The LLVM side is very safe, so I'm not
worried about it, however the Clang side has a tricky aspect to it.

Because we have a standalone build, it has to do some custom logic to find
lit and setup its own lit running rule manually. I don't have a reliable
way to test the standalone build (as I don't use it, and it doesn't work
well on the OSes I have to test on right this moment) so was hoping someone
who does use that setup could patch these and let me know if they cause
problems.

-Chandler
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120629/5e415444/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-lit-cmake.patch
Type: application/octet-stream
Size: 5351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120629/5e415444/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-lit-cmake.patch
Type: application/octet-stream
Size: 4590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120629/5e415444/attachment-0001.obj>


More information about the cfe-commits mailing list