[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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user