You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ocaml_doc target to the default ALL build target, but only when LLVM_BUILD_DOCS is enabled.
This addresses two issues:
1. It prevents the 'install' target from failing due to a missing ocamldoc output directory by ensuring docs are generated beforehand.
2. It avoids unnecessary build steps when documentation is not required (LLVM_BUILD_DOCS is OFF), saving build time.
0 commit comments