[llvm] Add macOS premerge check workflow (PR #207435)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 09:04:31 PDT 2026
================
@@ -132,19 +132,26 @@
EXCLUDE_MAC = {
"bolt",
- "compiler-rt",
+ "CIR", # Depends on mlir, which is excluded below.
"cross-project-tests",
"flang",
+ "flang-rt",
"libc",
- "lldb",
+ "mlir",
"openmp",
"polly",
"libcxx",
"libcxxabi",
- "libunwind",
----------------
boomanaiden154 wrote:
I didn't realize that it was getting removed in this patch. I think it would be fine to remove in a follow-up.
https://github.com/llvm/llvm-project/pull/207435
More information about the llvm-commits
mailing list