[all-commits] [llvm/llvm-project] c7453f: [libc] Replace the use of gtest with a new light w...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Jan 17 16:32:04 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c7453fad0625be37f4b885c6cc2341fb12a66395
https://github.com/llvm/llvm-project/commit/c7453fad0625be37f4b885c6cc2341fb12a66395
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-01-17 (Fri, 17 Jan 2020)
Changed paths:
M libc/cmake/modules/LLVMLibCRules.cmake
M libc/src/string/strcat.h
M libc/src/string/strcpy.h
M libc/src/sys/mman/mmap.cpp
M libc/src/sys/mman/mmap.h
M libc/src/sys/mman/munmap.cpp
M libc/src/sys/mman/munmap.h
M libc/test/config/linux/x86_64/syscall_test.cpp
M libc/test/src/errno/errno_test.cpp
M libc/test/src/string/strcat_test.cpp
M libc/test/src/string/strcpy_test.cpp
M libc/test/src/sys/mman/CMakeLists.txt
M libc/test/src/sys/mman/mmap_test.cpp
M libc/utils/CMakeLists.txt
A libc/utils/UnitTest/CMakeLists.txt
A libc/utils/UnitTest/Test.cpp
A libc/utils/UnitTest/Test.h
Log Message:
-----------
[libc] Replace the use of gtest with a new light weight unittest framework.
Header files included wrongly using <...> are now included using the
internal path names as the new unittest framework allows us to do so.
Reviewers: phosek, abrachet
Differential Revision: https://reviews.llvm.org/D72743
More information about the All-commits
mailing list