[all-commits] [llvm/llvm-project] fd3295: [libc] Skip entrypoints not present in the entrypo...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Jun 9 14:54:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fd3295fb6f981a5c030d7540b9eda67f9c723e0f
https://github.com/llvm/llvm-project/commit/fd3295fb6f981a5c030d7540b9eda67f9c723e0f
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-06-09 (Tue, 09 Jun 2020)
Changed paths:
M libc/CMakeLists.txt
M libc/cmake/modules/LLVMLibCObjectRules.cmake
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/config/linux/x86_64/entrypoints.txt
M libc/config/linux/x86_64/headers.txt
M libc/lib/CMakeLists.txt
M libc/loader/linux/CMakeLists.txt
M libc/test/loader/CMakeLists.txt
M libc/test/loader/linux/CMakeLists.txt
M libc/test/src/CMakeLists.txt
Log Message:
-----------
[libc] Skip entrypoints not present in the entrypoints list.
Summary:
If a test depends on a skipped entrypoint, then the test is also
skipped. This setup will be useful as we gradually add support for
more operating systems and target architectures.
Reviewers: asteinhauser
Differential Revision: https://reviews.llvm.org/D81489
More information about the All-commits
mailing list