[all-commits] [llvm/llvm-project] 0f12ab: [lldb] Building the documentation should not depen...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Nov 20 14:51:56 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f12abe47c15c28949f9b609f2c90333176f17d1
      https://github.com/llvm/llvm-project/commit/0f12abe47c15c28949f9b609f2c90333176f17d1
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2025-11-20 (Thu, 20 Nov 2025)

  Changed paths:
    M lldb/docs/CMakeLists.txt

  Log Message:
  -----------
  [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



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list