mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 01:55:08 +00:00
Revert "[CMake] Avoid clang-tablegen-targets dependency when building sphinx docs (experimental)"
This reverts commit 511066858d
.
This turned out unnecessary to fix the bot.
llvm-svn: 355931
This commit is contained in:
parent
14179673e2
commit
02e88490c1
@ -93,7 +93,7 @@ function(add_lldb_library name)
|
||||
# Hack: only some LLDB libraries depend on the clang autogenerated headers,
|
||||
# but it is simple enough to make all of LLDB depend on some of those
|
||||
# headers without negatively impacting much of anything.
|
||||
if(NOT LLDB_BUILT_STANDALONE AND NOT LLVM_ENABLE_SPHINX)
|
||||
if(NOT LLDB_BUILT_STANDALONE)
|
||||
add_dependencies(${name} clang-tablegen-targets)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user