[PATCH] Add support for auto-generating LIT tests by the build
Edwin Vane
edwin.vane at intel.com
Thu Feb 21 07:09:19 PST 2013
Fixing a "multiple rules generate X" warning from ninja
CMake's Ninja generator was not detecting that test/lit.site.cfg.in and
test/subdir/../lit.site.cfg.in were really the same file. Ninja noticed
this and complained as both appeared as targets (for the missing file
rule). Now canonicalizing the path to ensure the paths presented to
CMake are identical and the duplication is now fixed.
Hi silvas, chandlerc, echristo,
http://llvm-reviews.chandlerc.com/D423
CHANGE SINCE LAST DIFF
http://llvm-reviews.chandlerc.com/D423?vs=1036&id=1063#toc
Files:
test/CMakeLists.txt
test/Makefile
test/cpp11-migrate/CMakeLists.txt
test/cpp11-migrate/Makefile
test/cpp11-migrate/UseAuto/Inputs/gen_my_std.h.py
test/cpp11-migrate/UseAuto/gen_basic_std_iterator_tests.cpp.py
test/lit.cfg
test/lit.site.cfg.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D423.4.patch
Type: text/x-patch
Size: 14149 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130221/e655de43/attachment.bin>
More information about the cfe-commits
mailing list