Skip to content

Commit ac32d7b

Browse files
committed
Revert "Add Documentation for Execution Results Handling in Clang-Repl (#65650)"
This reverts commit b9b8fc4. This uses a function defined in LLVM's config-ix inside clang. config-ix is a non-exported cmake module, so this is a layering violation.
1 parent 4f46945 commit ac32d7b

File tree

3 files changed

+1
-413
lines changed

3 files changed

+1
-413
lines changed

clang/docs/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,6 @@ function (gen_rst_file_from_td output_file td_option source docs_targets)
103103
endfunction()
104104

105105
if (LLVM_ENABLE_SPHINX)
106-
llvm_find_program(dot)
107-
if (HAVE_DOT)
108-
set(DOT ${LLVM_PATH_DOT})
109-
else()
110-
message(FATAL_ERROR "Cannot find DOT")
111-
endif()
112-
113106
include(AddSphinxTarget)
114107
if (SPHINX_FOUND AND (${SPHINX_OUTPUT_HTML} OR ${SPHINX_OUTPUT_MAN}))
115108
# Copy rst files to build directory before generating the html

0 commit comments

Comments
 (0)