[all-commits] [llvm/llvm-project] 33e16c: [compiler-rt] Fix CMake configure on Windows (#90843)
Omair Javaid via All-commits
all-commits at lists.llvm.org
Thu May 2 06:27:46 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33e16cae671ca10d88e198192181220f8adff343
https://github.com/llvm/llvm-project/commit/33e16cae671ca10d88e198192181220f8adff343
Author: Omair Javaid <omair.javaid at linaro.org>
Date: 2024-05-02 (Thu, 02 May 2024)
Changed paths:
M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
Log Message:
-----------
[compiler-rt] Fix CMake configure on Windows (#90843)
CMake configure compiler-rt got broken as a result of following commit:
d3925e65a7ab88eb0ba68d3ab79cd95db5629951
This patch fixes the break by porting the above commit for clang-cl.
This problem was not caught on Windows buildbots beacuase it appeared
when compiler-rt was included via LLVM_ENABLE_PROJECTS while buildbots
include compiler-rt project using LLVM_ENABLE_RUNTIMES flag.
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