This patch includes:
- Better error message when cmake finds incompatible triple
- Added missing header dependencies libc/include/CMakeLists.txt as per app.td
- Removed unused $LLVM_LIBC_INCLUDE_DIRS cmake variable
Paths
| Differential D145496
[libc] Small improvements to libc cmake ClosedPublic Authored by mikhail.ramalho on Mar 7 2023, 5:38 AM.
Details
Summary This patch includes:
Diff Detail Event Timelinemikhail.ramalho added a parent revision: D145452: [libc] Add riscv64 syscall implementation..Mar 7 2023, 11:19 AM This revision is now accepted and ready to land.Mar 7 2023, 12:54 PM mikhail.ramalho removed a parent revision: D145452: [libc] Add riscv64 syscall implementation..Mar 8 2023, 3:58 AM Closed by commit rG0ffea218934b: [libc] Small improvements to libc cmake (authored by Mikhail R. Gadelha <mikhail@igalia.com>). · Explain WhyMar 8 2023, 4:02 AM This revision was automatically updated to reflect the committed changes. mikhail.ramalho removed a child revision: D145444: [libc] Support more functions in riscv.Mar 8 2023, 9:39 AM
Revision Contents
Diff 503006 libc/cmake/modules/LLVMLibCArchitectures.cmake
libc/config/linux/api.td
libc/include/CMakeLists.txt
libc/src/stdlib/linux/CMakeLists.txt
libc/utils/HdrGen/CMakeLists.txt
libc/utils/LibcTableGenUtil/CMakeLists.txt
|