[llvm] [CI] Add precommit CIs to test compiler-rt + LLVM libc integration. (PR #200196)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Thu May 28 07:57:43 PDT 2026
================
@@ -0,0 +1,58 @@
+# Pre-commit CI for the compiler-rt + LLVM-libc builtins integration.
+name: compiler-rt + libc Builtins Tests
+permissions:
+ contents: read
+on:
+ pull_request:
+ branches: ["main"]
----------------
boomanaiden154 wrote:
We should be running on all branches.
https://llvm.org/docs/CIBestPractices.html#ensuring-workflows-run-on-the-correct-events
https://github.com/llvm/llvm-project/pull/200196
More information about the llvm-commits
mailing list