How to generate an LLVM docset for Dash
Assuming that we've already checked out LLVM from the git repo into a directory named e. g. llvm-project
, we're gonna need to run the CMake configuration.
Inside the llvm-project
directory let's create the build
folder, and then run CMake from that folder:
$ cd llvm-project
$ mkdir build
$ cmake ../llvm \