[libc-commits] [PATCH] D147186: [libc] Add a libc internal equivalent of std::string and use it in unit tests.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Mar 29 20:02:57 PDT 2023


sivachandra updated this revision to Diff 509536.
sivachandra added a comment.

Update bazel files.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147186

Files:
  libc/src/__support/CPP/CMakeLists.txt
  libc/src/__support/CPP/string.h
  libc/src/__support/CPP/type_traits.h
  libc/src/__support/CPP/utility.h
  libc/test/UnitTest/LibcTest.cpp
  libc/test/UnitTest/LibcTest.h
  libc/test/src/__support/CPP/CMakeLists.txt
  libc/test/src/__support/CPP/string_test.cpp
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel
  utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147186.509536.patch
Type: text/x-patch
Size: 22744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230330/6adfccf1/attachment-0001.bin>


More information about the libc-commits mailing list