[PATCH] [libcxxabi] Add lit configs for libcxxabi tests.

Dan Albert danalbert at google.com
Mon Jul 7 17:33:53 PDT 2014


================
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






More information about the cfe-commits mailing list