[llvm] [libc] add multi-platform pre-commit github actions (PR #119104)
Schrodinger ZHU Yifan via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 9 12:20:09 PST 2024
================
@@ -0,0 +1,76 @@
+# This workflow is for pre-commit testing of the LLVM-libc project.
+name: LLVM-libc Pre-commit Fullbuild Tests
+
+on:
+ pull_request:
+ branches: [ "main" ]
+ paths:
+ - 'libc/**'
----------------
SchrodingerZhu wrote:
Should I also put in `compiler-rt`
https://github.com/llvm/llvm-project/pull/119104
More information about the llvm-commits
mailing list