[all-commits] [llvm/llvm-project] d860ac: [CMake] Replace `TARGET_TRIPLE` with `TOOLCHAIN_TA...
Vladimir Vereschaka via All-commits
all-commits at lists.llvm.org
Fri Mar 4 16:40:15 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d860ac5da6d71dd759d347a3c7d5e63705443694
https://github.com/llvm/llvm-project/commit/d860ac5da6d71dd759d347a3c7d5e63705443694
Author: Vladimir Vereschaka <vvereschaka at accesssoftek.com>
Date: 2022-03-04 (Fri, 04 Mar 2022)
Changed paths:
M clang/cmake/caches/CrossWinToARMLinux.cmake
Log Message:
-----------
[CMake] Replace `TARGET_TRIPLE` with `TOOLCHAIN_TARGET_TRIPLE` for Win-to-Arm cross toolchain cache file. NFC.
Avoid using TARGET_TRIPLE argument for the cross toolchain cmake cache file and replace it
with TOOLCHAIN_TARGET_TRIPLE.
Reference: https://reviews.llvm.org/D119918
Differential Revision: https://reviews.llvm.org/D121029
More information about the All-commits
mailing list