[PATCH] D23452: [OpenCL] Release 3.9 notes

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 12 11:47:58 PDT 2016


hans added a comment.

In https://reviews.llvm.org/D23452#514110, @Anastasia wrote:

> Thanks! Is there a way to check the doc before committing? I am not sure how to make the html generated out of this.


I build the docs like this:

  cmake -GNinja -DLLVM_ENABLE_SPHINX=ON -DLLVM_BUILD_DOCS=ON ../llvm.src
  ninja sphinx


https://reviews.llvm.org/D23452





More information about the cfe-commits mailing list