[all-commits] [llvm/llvm-project] 2f2837: [libc] Fix builds on Windows (#102162)
Sirui Mu via All-commits
all-commits at lists.llvm.org
Tue Aug 6 08:38:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f28378317827afed81db1c2ce33c187ee6582a0
https://github.com/llvm/llvm-project/commit/2f28378317827afed81db1c2ce33c187ee6582a0
Author: Sirui Mu <msrlancern at gmail.com>
Date: 2024-08-06 (Tue, 06 Aug 2024)
Changed paths:
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/config/windows/entrypoints.txt
M libc/docs/overlay_mode.rst
Log Message:
-----------
[libc] Fix builds on Windows (#102162)
This PR changes several places in the CMake scripts to make libc build
on Windows. It adds the `errno` entrypoint to the Windows target.
A mistake in the overlay build doc is also fixed.
Tests still cannot be built on Windows because of the lack of osutils.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list