This is an archive of the discontinued LLVM Phabricator instance.

CMake: Fix docs-llvm-man target when clang+llvm is in the same source tree
ClosedPublic

Authored by tstellar on May 12 2017, 12:21 PM.

Details

Summary

This was broken by r302499. Configuring with -DLLVM_BUILD_DOCS=ON would
cause the docs-llvm-man target not to be created.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellar created this revision.May 12 2017, 12:21 PM
anemet accepted this revision.May 12 2017, 12:25 PM

Would be good to include the analysis for the failure in the log/description.

Looks good according to my understanding of the problem.

This revision is now accepted and ready to land.May 12 2017, 12:25 PM
This revision was automatically updated to reflect the committed changes.