You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ATFE] Update LLVM libc++ patch to align with upstream changes in __config (#625)
Upstream LLVM introduced changes in libcxx/include/__config that overlap
with the area modified by our patch
0001-Define-_LIBCPP_HAS_C8RTOMB_MBRTOC8.patch. As a result, the patch no
longer applied cleanly during git am. This PR updates and rebases the
patch to reflect the upstream modifications while preserving its
original functionality. No functional change beyond re-aligning with
upstream is intended.
Upstream change: llvm/llvm-project#169405
0 commit comments