================
@@ -5,3 +5,7 @@ add_lit_testsuite(check-clang-extra-clang-doc "Running 
clang-doc tests"
   DEPENDS clang-doc
   DEPENDS ${LLVM_UTILS_DEPS}
 )
+
+if (LLVM_INCLUDE_BENCHMARKS)
+   add_dependencies(check-clang-extra-clang-doc ClangDocBenchmark)
+endif()
----------------
petrhosek wrote:

Yes, this should work.

https://github.com/llvm/llvm-project/pull/185469
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to