[all-commits] [llvm/llvm-project] 292b28: [libc][test] Remove dependency on sstream in algor...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Wed Jun 29 07:54:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 292b281caf8c3750cc0796b971af2ca24236a926
      https://github.com/llvm/llvm-project/commit/292b281caf8c3750cc0796b971af2ca24236a926
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-06-29 (Wed, 29 Jun 2022)

  Changed paths:
    M libc/test/src/string/memory_utils/CMakeLists.txt
    M libc/test/src/string/memory_utils/algorithm_test.cpp

  Log Message:
  -----------
  [libc][test] Remove dependency on sstream in algorithm_test.cpp

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

Differential Revision: https://reviews.llvm.org/D128809




More information about the All-commits mailing list