[all-commits] [llvm/llvm-project] 18fa0b: [CMake] Use CMAKE_SYSROOT to build libs for Win to...
Vladimir Vereschaka via All-commits
all-commits at lists.llvm.org
Wed Feb 23 15:17:44 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18fa0b15ccf610f34af1231440f89d20cb99e7a0
https://github.com/llvm/llvm-project/commit/18fa0b15ccf610f34af1231440f89d20cb99e7a0
Author: Vladimir Vereschaka <vvereschaka at accesssoftek.com>
Date: 2022-02-23 (Wed, 23 Feb 2022)
Changed paths:
M clang/cmake/caches/CrossWinToARMLinux.cmake
Log Message:
-----------
[CMake] Use CMAKE_SYSROOT to build libs for Win to ARM cross tooolchain. NFC.
Provide CMAKE_SYSROOT for the libc++/libc++abi/libunwind libraries
instead of specific <foo>_SYSROOT for each of them.
Fixed passing some CMake arguments for the runtimes.
Referenced Differentials:
* https://reviews.llvm.org/D119836
* https://reviews.llvm.org/D112155
* https://reviews.llvm.org/D111672
Differential Revision: https://reviews.llvm.org/D120383
More information about the All-commits
mailing list