llvm-project/clang-tools-extra/test
Edwin Vane 12db04f820 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.

llvm-svn: 175744
2013-02-21 15:12:01 +00:00
..
clang-format Adapt test to new clang-format behavior. 2013-02-08 20:04:33 +00:00
cpp11-migrate Fixing a "multiple rules generate X" warning from ninja 2013-02-21 15:12:01 +00:00
remove-cstr-calls test/remove-cstr-calls/basic.cpp: Disable again on mingw. It behaves unstable. 2013-01-26 06:39:48 +00:00
CMakeLists.txt Tweaks and fixes to cpp11-migrate generated tests 2013-02-20 14:35:53 +00:00
Makefile Tweaks and fixes to cpp11-migrate generated tests 2013-02-20 14:35:53 +00:00
lit.cfg Tweaks and fixes to cpp11-migrate generated tests 2013-02-20 14:35:53 +00:00
lit.site.cfg.in Add support for auto-generating LIT tests by the build 2013-02-19 19:08:10 +00:00