[CMake] Replace `TARGET_TRIPLE` with `TOOLCHAIN_TARGET_TRIPLE` for Win-to-Arm cross...
authorVladimir Vereschaka <vvereschaka@accesssoftek.com>
Sat, 5 Mar 2022 00:36:57 +0000 (16:36 -0800)
committerVladimir Vereschaka <vvereschaka@accesssoftek.com>
Sat, 5 Mar 2022 00:39:28 +0000 (16:39 -0800)
commitd860ac5da6d71dd759d347a3c7d5e63705443694
treebdfc9f2242a19c5eb5f98610da04b83519795dff
parent0b75b39a7038bbbeb8bf92ffba08e36f64782ca3
[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
clang/cmake/caches/CrossWinToARMLinux.cmake