[llvm] Add macOS premerge check workflow (PR #207435)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 18:10:04 PDT 2026
================
@@ -78,6 +78,41 @@ def test_llvm_mac(self):
"",
)
+ def test_mlir_mac(self):
+ env_variables = compute_projects.get_env_variables(
+ ["mlir/CMakeLists.txt"], "Darwin"
+ )
+ self.assertEqual(env_variables["projects_to_build"], "")
----------------
boomanaiden154 wrote:
Here and below, please assert all the variables (to make sure they are actually clear), not just the ones of primary focus.
https://github.com/llvm/llvm-project/pull/207435
More information about the llvm-commits
mailing list