[all-commits] [llvm/llvm-project] 0ffea2: [libc] Small improvements to libc cmake
Mikhail R. Gadelha via All-commits
all-commits at lists.llvm.org
Wed Mar 8 04:02:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ffea218934b728b68fee7e4d2d973869f222961
https://github.com/llvm/llvm-project/commit/0ffea218934b728b68fee7e4d2d973869f222961
Author: Mikhail R. Gadelha <mikhail at igalia.com>
Date: 2023-03-08 (Wed, 08 Mar 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCArchitectures.cmake
M libc/config/linux/api.td
M libc/include/CMakeLists.txt
M libc/src/stdlib/linux/CMakeLists.txt
M libc/utils/HdrGen/CMakeLists.txt
M libc/utils/LibcTableGenUtil/CMakeLists.txt
Log Message:
-----------
[libc] Small improvements to libc cmake
This patch includes:
1. Better error message when cmake finds incompatible triple
2. Added missing header dependencies libc/include/CMakeLists.txt as per
app.td
3. Removed unused $LLVM_LIBC_INCLUDE_DIRS cmake variable
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D145496
More information about the All-commits
mailing list