[all-commits] [llvm/llvm-project] 671a8c: Reapply "[clangd] Enable lit internal shell by def...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Wed Dec 3 12:06:01 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 671a8ce6bed475830ee9eb67cd3afb950e5a17e1
      https://github.com/llvm/llvm-project/commit/671a8ce6bed475830ee9eb67cd3afb950e5a17e1
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-12-03 (Wed, 03 Dec 2025)

  Changed paths:
    M clang-tools-extra/clangd/test/lit.cfg.py
    M clang-tools-extra/clangd/test/system-include-extractor.test

  Log Message:
  -----------
  Reapply "[clangd] Enable lit internal shell by default" (#170186)

This reverts commit 4cfbc44ebe26692c209655c37aeb0b6cbf1d479b.

This was failing due to a missing chmod binary on one of the bots
(clangd-ubuntu-tsan). This patch fixes that by explicitly checking for
the presence of a chmod binary. This should not be necessary (I have
added a TODO for myself to update once I have looked at the bot setup
which I am currently waiting on access to) as check-llvm works with
requiring chmod unconditionally.



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