================ Comment at: test/CMakeLists.txt:41 @@ +40,3 @@ + COMMENT "Running libcxxabi tests") + else() + add_custom_target(check-libcxxabi ---------------- The only thing this conditional is doing is adding an additional dependency on libc++ if we're building in tree... is there a way to add a dependency to a custom target after add_custom_target has been called?
http://reviews.llvm.org/D4414 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
