[all-commits] [llvm/llvm-project] 78039e: [lit][NFC] Refactor use_clang into two functions
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue Jul 8 17:52:56 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78039e12473fff3c655870c3bb369e6dd1b46444
https://github.com/llvm/llvm-project/commit/78039e12473fff3c655870c3bb369e6dd1b46444
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-07-08 (Tue, 08 Jul 2025)
Changed paths:
M llvm/utils/lit/lit/llvm/config.py
Log Message:
-----------
[lit][NFC] Refactor use_clang into two functions
This patch refactors use_clang into two functions. This is intended for
use within the clang-tools-extra test suite to avoid a race condition
where the clang binary exists but is not yet ready for execution which
results in a lit configuration failure.
Details are in #145703.
Reviewers: Keenuts, pogo59, AaronBallman, DavidSpickett
Reviewed By: pogo59
Pull Request: https://github.com/llvm/llvm-project/pull/147436
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