[libcxx-commits] [PATCH] D107722: actually this file is up for review

Kent Ross via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Aug 8 18:03:03 PDT 2021


mumbleskates updated this revision to Diff 365055.
mumbleskates added a comment.

Oops, __compare/__synthesized.h is in fact up for review in this patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107722/new/

https://reviews.llvm.org/D107722

Files:
  libcxx/include/CMakeLists.txt


Index: libcxx/include/CMakeLists.txt
===================================================================
--- libcxx/include/CMakeLists.txt
+++ libcxx/include/CMakeLists.txt
@@ -97,7 +97,7 @@
   __bits
   __bsd_locale_defaults.h
   __bsd_locale_fallbacks.h
-  __compare/__synthesized.h  # NOT FOR REVIEW
+  __compare/__synthesized.h
   __compare/common_comparison_category.h
   __compare/ordering.h
   __concepts/comparison.h  # NOT FOR REVIEW


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107722.365055.patch
Type: text/x-patch
Size: 443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210809/e00759e3/attachment-0001.bin>


More information about the libcxx-commits mailing list