[clang-tools-extra] [clang-doc] fix bug introduced by asset test (PR #97540)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 3 10:01:09 PDT 2024


================
@@ -52,4 +56,4 @@ add_custom_target(copy-clang-doc-assets
   COMMENT "Copying Clang-Doc Assets"
 )
 set_target_properties(copy-clang-doc-assets PROPERTIES FOLDER "Clang-Doc/Assets")
-add_dependencies(clang-doc copy-clang-doc-assets)
+add_dependencies(clang-doc copy-clang-doc-assets)
----------------
ilovepi wrote:

nit: I think your editor may be modifying the end of the file here unnecessarily.

https://github.com/llvm/llvm-project/pull/97540


More information about the cfe-commits mailing list