This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

vvereschaka created this revision.Mar 4 2022, 4:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2022, 4:09 PM
vvereschaka requested review of this revision.Mar 4 2022, 4:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2022, 4:09 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
vvereschaka 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
vvereschaka accepted this revision.Mar 4 2022, 4:36 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
This revision was automatically updated to reflect the committed changes.