[libcxx-commits] [libcxx] [llvm][CI] Fix libc++ premerge testing metrics collection issue. (PR #155487)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 26 13:56:45 PDT 2025
https://github.com/cmtice updated https://github.com/llvm/llvm-project/pull/155487
>From 0cdc6267a31d19734a7d4438b9c405bf2bca8894 Mon Sep 17 00:00:00 2001
From: Caroline Tice <cmtice at google.com>
Date: Tue, 26 Aug 2025 13:10:20 -0700
Subject: [PATCH 1/2] [llvm][CI] Fix libc++ premerge testing metrics collection
issue.
WIP -- DO NOT REVIEW! DO NOT MERGE!
---
libcxx/docs/Caroline.txt | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 libcxx/docs/Caroline.txt
diff --git a/libcxx/docs/Caroline.txt b/libcxx/docs/Caroline.txt
new file mode 100644
index 0000000000000..1c6f12aee9057
--- /dev/null
+++ b/libcxx/docs/Caroline.txt
@@ -0,0 +1,4 @@
+This document exists only to poke premerge testing for libcxx.
+
+It is not meant to be reviewed or committed. It should not even show up in a
+regular PR; only in Draft PRs.
>From 40c0b96a144db17758ff667b73d9aaedc5b2d81c Mon Sep 17 00:00:00 2001
From: Caroline Tice <cmtice at google.com>
Date: Tue, 26 Aug 2025 13:56:11 -0700
Subject: [PATCH 2/2] Test file is no longer needed.
---
libcxx/docs/Caroline.txt | 4 ----
1 file changed, 4 deletions(-)
delete mode 100644 libcxx/docs/Caroline.txt
diff --git a/libcxx/docs/Caroline.txt b/libcxx/docs/Caroline.txt
deleted file mode 100644
index 1c6f12aee9057..0000000000000
--- a/libcxx/docs/Caroline.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-This document exists only to poke premerge testing for libcxx.
-
-It is not meant to be reviewed or committed. It should not even show up in a
-regular PR; only in Draft PRs.
More information about the libcxx-commits
mailing list