[libcxx-commits] [libcxx] Placeholder commit to trigger Android libc++ CI (PR #124669)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 27 17:55:22 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Ryan Prichard (rprichard)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/124669.diff
1 Files Affected:
- (modified) libcxx/include/__config (+2)
``````````diff
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>
``````````
</details>
https://github.com/llvm/llvm-project/pull/124669
More information about the libcxx-commits
mailing list