[PATCH] D37602: Properly hook debuginfo-tests up to lit and CMake

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 16:38:11 PDT 2017


amccarth added inline comments.


================
Comment at: debuginfo-tests/CMakeLists.txt:29
+
+add_lit_testsuite(check-debuginfo "Running debug info integration tests"
+  ${CMAKE_CURRENT_BINARY_DIR}
----------------
I'm concerned that the difference between `ninja check-debuginfo` and `ninja check-llvm-debuginfo` isn't very obvious.  Can we tweak the name of this one, like `check-debuginfo-integration`?


https://reviews.llvm.org/D37602





More information about the llvm-commits mailing list