[libcxx-commits] [libcxx] Placeholder commit to trigger Android libc++ CI (PR #124669)
Ryan Prichard via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 27 17:54:47 PST 2025
https://github.com/rprichard created https://github.com/llvm/llvm-project/pull/124669
None
>From 463c0b18dcc8b30946acac045c16db8f660f2b2b Mon Sep 17 00:00:00 2001
From: Ryan Prichard <rprichard at google.com>
Date: Mon, 27 Jan 2025 17:51:43 -0800
Subject: [PATCH] Placeholder commit to trigger Android libc++ CI
---
libcxx/include/__config | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libcxx/include/__config b/libcxx/include/__config
index 30b2d147dc5634..afcf844975d9eb 100644
--- a/libcxx/include/__config
+++ b/libcxx/include/__config
@@ -10,6 +10,8 @@
#ifndef _LIBCPP___CONFIG
#define _LIBCPP___CONFIG
+// Touch this file to trigger CI.
+
#include <__config_site>
#include <__configuration/abi.h>
#include <__configuration/availability.h>
More information about the libcxx-commits
mailing list