Avoid using TARGET_TRIPLE argument for the cross toolchain cmake cache file and replace it with TOOLCHAIN_TARGET_TRIPLE argument.
Reference: https://reviews.llvm.org/D119918
Paths
| Differential D121029
[CMake] Replace `TARGET_TRIPLE` with `TOOLCHAIN_TARGET_TRIPLE` for Win-to-Arm cross toolchain cache file. NFC. ClosedPublic Authored by vvereschaka on Mar 4 2022, 4:09 PM.
Details Summary Avoid using TARGET_TRIPLE argument for the cross toolchain cmake cache file and replace it with TOOLCHAIN_TARGET_TRIPLE argument. Reference: https://reviews.llvm.org/D119918
Diff Detail
Event Timelinevvereschaka retitled this revision from [CMake] Replace `TARGET_TRIPLE` with `TOOLCHAIN_TARGET_TRIPLE` for Win-to-Arm cross toolchain cache file. to [CMake] Replace `TARGET_TRIPLE` with `TOOLCHAIN_TARGET_TRIPLE` for Win-to-Arm cross toolchain cache file. NFC..Mar 4 2022, 4:10 PM This revision is now accepted and ready to land.Mar 4 2022, 4:36 PM This revision was landed with ongoing or failed builds.Mar 4 2022, 4:40 PM Closed by commit rGd860ac5da6d7: [CMake] Replace `TARGET_TRIPLE` with `TOOLCHAIN_TARGET_TRIPLE` for Win-to-Arm… (authored by vvereschaka). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 413161 clang/cmake/caches/CrossWinToARMLinux.cmake
|