[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:06 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",
         )
         self.assertEqual(env_variables["runtimes_to_build"], "")
         self.assertEqual(env_variables["runtimes_check_targets"], "")
         self.assertEqual(env_variables["runtimes_check_targets_needs_reconfig"], "")
+        self.assertEqual(env_variables["enable_cir"], "ON")
----------------
boomanaiden154 wrote:

This needs to be updated after planning to split this out?

https://github.com/llvm/llvm-project/pull/147430


More information about the llvm-commits mailing list