Good noon, guys! I committed "check-all" in clang r120280.
As the next patch, I propose to add dependencies to "check" "check-all" and "clang-test". I think it would be a good idea "check" and "check-all" could have *right* dependencies on CMake, though, they do not have any dependencies on autoconf make. * llvm-0001-Add-dependency-to-make-check.patch A few minor changes: - Make phony targets can keep dependencies. - BugpointPasses may depend on bugpoint. Even if BugpoinPasses were not built, BugpointPasses would depend on bugpoint. llvm/test/CMakeLists.txt exports "check.deps" for "check-all". * clang-0001-Add-dependency-to-make-clang-test-check-all.patch - Split out clang-test's dependency. It is used for "check-all". - Fix clang-test's dependency. It should build all tools needed. - Add dependencies to "check-all". I don't touch other "clang-test-*" and clang-c++tests". I don't use them and I have never tried them yet. ...Takumi
llvm-0001-Add-dependency-to-make-check.patch
Description: Binary data
clang-0001-Add-dependency-to-make-clang-test-check-all.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
