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:
Stefan Granitz 2019-03-12 15:54:35 +00:00
parent 14179673e2
commit 02e88490c1
1 changed files with 1 additions and 1 deletions

View File

@ -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()