[libc-commits] [PATCH] D119403: Introduce getenv to LLVM libc

Raman Tenneti via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Feb 10 10:19:04 PST 2022


rtenneti updated this revision to Diff 407597.
rtenneti added a comment.

Added Stdlib to posix.td to fix integration tests.
Added few more test cases.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119403

Files:
  libc/config/linux/app.h
  libc/config/linux/x86_64/entrypoints.txt
  libc/loader/linux/x86_64/start.cpp
  libc/spec/posix.td
  libc/src/__support/CPP/StringView.h
  libc/src/stdlib/CMakeLists.txt
  libc/src/stdlib/getenv.cpp
  libc/src/stdlib/getenv.h
  libc/test/loader/linux/CMakeLists.txt
  libc/test/loader/linux/getenv_test.cpp
  libc/test/loader/linux/loader_test.h
  libc/test/utils/CPP/stringview_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119403.407597.patch
Type: text/x-patch
Size: 10090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220210/f460b237/attachment.bin>


More information about the libc-commits mailing list