reland [clang-doc][NFC] refactor out file helpers (#135164)

Split from https://github.com/llvm/llvm-project/pull/133161

refactor the code to extract file helpers used in HTML generators for
use in other generators for clang-doc

This patch fixes the error where compiling with
-DLLVM_LINK_LLVM_DYLIB=ON broke the buildbot
This commit is contained in:
PeterChou1 2025-04-10 07:58:29 -04:00 committed by GitHub
parent dcb2ae126d
commit 6d98d45c9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,4 +36,9 @@ clang_target_link_libraries(clangDoc
clangToolingCore
)
target_link_libraries(clangDoc
PRIVATE
clangDocSupport
)
add_subdirectory(tool)