[libcxx-commits] [libcxx] Dummy change to force libc++ runners (PR #115071)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 5 13:37:39 PST 2024


https://github.com/EricWF created https://github.com/llvm/llvm-project/pull/115071

None

>From 48dcd48e9516aa425c6432bce39452f631296567 Mon Sep 17 00:00:00 2001
From: Eric Fiselier <eric at efcs.ca>
Date: Tue, 5 Nov 2024 16:37:02 -0500
Subject: [PATCH] Dummy change to force libc++ runners

---
 libcxx/include/string | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libcxx/include/string b/libcxx/include/string
index e4b2d7a8d964c1..83e6c1c1cee0cf 100644
--- a/libcxx/include/string
+++ b/libcxx/include/string
@@ -1,3 +1,4 @@
+// DO_NOT_COMMIT
 // -*- C++ -*-
 //===----------------------------------------------------------------------===//
 //



More information about the libcxx-commits mailing list