Bots have been failing in full build mode because ´#include <sstream>´ would pull pthread which is not possible when code is compiled with ´-freestanding´.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
- Address comments
libc/test/src/string/memory_utils/algorithm_test.cpp | ||
---|---|---|
11 | It should as this is not testing implementations, only libraries. |
Is this fine ?