Files
llvm/lldb
Jonas Devlieghere 0f12abe47c [lldb] Building the documentation should not depend on libLLDB (#168962)
The only thing the docs should depend on is on the SWIG wrapper
(lldb.py) which only requires parsing the API headers. It should not
depend on building libLLDB.

The dependency was (I believe accidentally) introduced by 59f4267.

Fixes #123316
2025-11-20 14:51:34 -08:00
..