[all-commits] [llvm/llvm-project] 880734: [libc] Add a convenience CMake rule to add testsui...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Jan 7 23:08:57 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 880734aebb396891d8e6596ae85d597ca43359b1
https://github.com/llvm/llvm-project/commit/880734aebb396891d8e6596ae85d597ca43359b1
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-01-07 (Tue, 07 Jan 2020)
Changed paths:
M libc/cmake/modules/LLVMLibCRules.cmake
M libc/test/CMakeLists.txt
M libc/test/config/CMakeLists.txt
M libc/test/config/linux/CMakeLists.txt
M libc/test/config/linux/x86_64/CMakeLists.txt
M libc/test/src/errno/CMakeLists.txt
M libc/test/src/string/CMakeLists.txt
M libc/test/src/sys/mman/CMakeLists.txt
Log Message:
-----------
[libc] Add a convenience CMake rule to add testsuites.
Summary:
This rule helps avoid repeated setting of check-libc's dependency on the
various testsuites.
Reviewers: abrachet
Subscribers: mgorny, MaskRay, tschuett, libc-commits
Tags: #libc-project
Differential Revision: https://reviews.llvm.org/D72353
More information about the All-commits
mailing list