[Docs] Generate the python reference without building all of LLDB
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 29 Apr 2019 16:29:10 +0000 (16:29 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 29 Apr 2019 16:29:10 +0000 (16:29 +0000)
commit8c3513ffc462823d88427ce404fba05de29fc94a
treedff0e7325d929af7f1cf69456ca4e73882fe4fc9
parent2d977935a2984693739a6863b8f71c1f808345fc
[Docs] Generate the python reference without building all of LLDB

As discussed on the mailing list, we should be able to generate the
Python reference without building all of LLDB. To make that possible I
create a dummy python package, which is then parsed by epydoc. The
latter will complain that it couldn't import lldb, but that doesn't
matter as far as generation of the docs is concerned.

Differential revision: https://reviews.llvm.org/D61216

llvm-svn: 359465
lldb/CMakeLists.txt
lldb/docs/CMakeLists.txt