[libcxx-commits] [PATCH] D122570: [libcxx] [test] Include header for strverscmp

Jonathan Wakely via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 28 14:00:53 PDT 2022


jwakely marked an inline comment as done.
jwakely added inline comments.


================
Comment at: libcxx/test/support/platform_support.h:46
+#if defined(_CS_GNU_LIBC_VERSION)
+# include <string.h>
+#endif
----------------
ldionne wrote:
> 
Oh, I thought I'd done exactly that ... I must have not committed that part and then reset the tree. Added now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122570



More information about the libcxx-commits mailing list