ports/devel/llvm-devel/files/patch-lldb_CMakeLists.txt
Brooks Davis fa23000273 Update to a new snapshot (now on the 13.0.0 line).
Disable LLDB docs due to build issues.

Reduce dependencies in core LLVM and Clang bits.

Sponsored by:	DARPA
2021-03-08 21:01:41 +00:00

10 lines
203 B
Text

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