[llvm] [CI][Github] Enable CIR CI build and test (PR #147430)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 11 10:28:05 PDT 2025
================
@@ -153,11 +183,13 @@ def test_mlir(self):
)
self.assertEqual(env_variables["projects_to_build"], "clang;flang;llvm;mlir")
self.assertEqual(
- env_variables["project_check_targets"], "check-flang check-mlir"
+ env_variables["project_check_targets"],
+ "check-flang check-mlir",
----------------
boomanaiden154 wrote:
Formatting only change that should probably be reverted?
https://github.com/llvm/llvm-project/pull/147430
More information about the llvm-commits
mailing list