From 0cdc6267a31d19734a7d4438b9c405bf2bca8894 Mon Sep 17 00:00:00 2001 From: Caroline Tice 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 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.