mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
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