[clang][lit] Substitute cir-opt when CIR is enabled (#194129)

Fix the CIR lit substitution introduced by #193665 to use `cir-opt`.
This commit is contained in:
Akimasa Watanuki
2026-04-26 00:34:19 +09:00
committed by GitHub
parent 65b9755fd5
commit 2a54476802

View File

@@ -146,7 +146,7 @@ tools = [
]
if config.clang_enable_cir:
tools.append("clang-cir")
tools.append("cir-opt")
if config.clang_examples:
config.available_features.add("examples")