[llvm] Create libcxx-build-and-test.yaml (PR #123268)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 17:59:04 PST 2025
https://github.com/vecnathewhisperd0 created https://github.com/llvm/llvm-project/pull/123268
None
>From c2b648eb460f09e2050cfdce8502deba1cf58890 Mon Sep 17 00:00:00 2001
From: vecnathewhisperd0 <vecnathewhisperd0 at gmail.com>
Date: Thu, 16 Jan 2025 19:58:43 -0600
Subject: [PATCH] Create libcxx-build-and-test.yaml
---
.github/workflows/libcxx-build-and-test.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/libcxx-build-and-test.yaml b/.github/workflows/libcxx-build-and-test.yaml
index a28bf4d5daf6d5..897ede5dd6a415 100644
--- a/.github/workflows/libcxx-build-and-test.yaml
+++ b/.github/workflows/libcxx-build-and-test.yaml
@@ -1,3 +1,5 @@
+#vecnathewhisperd0
+
# This file defines pre-commit CI for libc++, libc++abi, and libunwind (on Github).
#
# We split the configurations in multiple stages with the intent of saving compute time
More information about the llvm-commits
mailing list