Skip to content

Commit

Permalink
LLD patch: skip building docs
Browse files Browse the repository at this point in the history
This allows us to delete the lld/docs directory from zig-bootstrap.
  • Loading branch information
andrewrk committed Jan 29, 2023
1 parent 57b0f6e commit 9b4cd9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lld/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ if (LLVM_INCLUDE_TESTS)
add_subdirectory(test)
endif()

add_subdirectory(docs)
add_subdirectory(COFF)
add_subdirectory(ELF)
add_subdirectory(MachO)
Expand Down

0 comments on commit 9b4cd9e

Please sign in to comment.