ports/devel/llvm20/files/patch-lldb_CMakeLists.txt
Brooks Davis ef18b7c1de devel/llvm20: bootstrap from llvm19
Copy devel/llvm19 to devel/llvm20 unmodified to aid history tracking.
The next commit will modify it and connect it to the build.

Sponsored by:	DARPA, AFRL
2025-02-06 22:40:05 +00:00

13 lines
260 B
Plaintext

Disable docs due to issues with auto-generated API docs
--- lldb/CMakeLists.txt.orig
+++ lldb/CMakeLists.txt
@@ -73,7 +73,6 @@
add_subdirectory(source)
add_subdirectory(tools)
-add_subdirectory(docs)
if (LLDB_ENABLE_PYTHON)
if(LLDB_BUILD_FRAMEWORK)