[all-commits] [llvm/llvm-project] 6b78e9: [libc][CMake] Fix build issues of libc on Windows ...
Sirui Mu via All-commits
all-commits at lists.llvm.org
Thu Aug 8 10:10:46 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b78e94110dda175b248b1c361a098236522e1e2
https://github.com/llvm/llvm-project/commit/6b78e94110dda175b248b1c361a098236522e1e2
Author: Sirui Mu <msrlancern at gmail.com>
Date: 2024-08-08 (Thu, 08 Aug 2024)
Changed paths:
M llvm/cmake/modules/CrossCompile.cmake
Log Message:
-----------
[libc][CMake] Fix build issues of libc on Windows (#102499)
Due to an issue mentioned in `llvm/projects/CMakeLists.txt`, libc build
is disabled by default when building with `clang-cl` on Windows. This PR
sets `LLVM_FORCE_BUILD_RUNTIME` to `ON` to bypass this limit for libc
and make libc build with `clang-cl` on Windows.
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