[all-commits] [llvm/llvm-project] 896575: [clang] Prefer clang_setup over use_clang

Aiden Grossman via All-commits all-commits at lists.llvm.org
Thu Jul 10 06:14:28 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 896575eb74bb59466b50fb51934596d72947ebd5
      https://github.com/llvm/llvm-project/commit/896575eb74bb59466b50fb51934596d72947ebd5
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-07-10 (Thu, 10 Jul 2025)

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

  Log Message:
  -----------
  [clang] Prefer clang_setup over use_clang

This patch switches over uses of use_clang to clang_setup to fix a
potential race condition that has been impacting CI.

This is split from the refactoring to ensure I'm not missing anything
major here on the clang-tools-extra side.

This should fix #145703.

Reviewers: AaronBallman, HighCommander4, HerrCai0907, petrhosek, Keenuts

Reviewed By: petrhosek

Pull Request: https://github.com/llvm/llvm-project/pull/147437



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