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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 28 11:19:55 PDT 2022


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

LGTM with comment added!



================
Comment at: libcxx/test/support/platform_support.h:46
+#if defined(_CS_GNU_LIBC_VERSION)
+# include <string.h>
+#endif
----------------



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