[libc-commits] [PATCH] D128809: [libc][test] Remove dependency on sstream in algorithm_test.cpp

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jun 29 05:29:41 PDT 2022


gchatelet created this revision.
gchatelet added a reviewer: courbet.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
gchatelet requested review of this revision.

Bots have been failing in full build mode because ´#include <sstream>´ would pull pthread which is not possible when code is compiled with ´-freestanding´.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128809

Files:
  libc/test/src/string/memory_utils/CMakeLists.txt
  libc/test/src/string/memory_utils/algorithm_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128809.440953.patch
Type: text/x-patch
Size: 2827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220629/038330c4/attachment.bin>


More information about the libc-commits mailing list