mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-14 17:06:38 +00:00
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:
parent
dcb2ae126d
commit
6d98d45c9c
@ -36,4 +36,9 @@ clang_target_link_libraries(clangDoc
|
||||
clangToolingCore
|
||||
)
|
||||
|
||||
target_link_libraries(clangDoc
|
||||
PRIVATE
|
||||
clangDocSupport
|
||||
)
|
||||
|
||||
add_subdirectory(tool)
|
||||
|
Loading…
x
Reference in New Issue
Block a user