This is an archive of the discontinued LLVM Phabricator instance.

[libcxx][ci] Switch to CMAKE_CXX_COMPILER_TARGET for Arm bots
ClosedPublic

Authored by DavidSpickett on Feb 17 2022, 4:00 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Commits
rG9c720250d1bb: [libcxx][ci] Switch to CMAKE_CXX_COMPILER_TARGET for Arm bots
Summary

As suggested by the cmake warning:
CMake Warning at <...>/llvm-project/libcxx-ci/libcxx/CMakeLists.txt:289 (message):

LIBCXX_TARGET_TRIPLE is deprecated, please use CMAKE_CXX_COMPILER_TARGET instead

Depends on D119948

Diff Detail

Event Timeline

DavidSpickett created this revision.Feb 17 2022, 4:00 AM
DavidSpickett requested review of this revision.Feb 17 2022, 4:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 17 2022, 4:00 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
This revision was not accepted when it landed; it landed in state Needs Review.Feb 22 2022, 1:42 AM
This revision was automatically updated to reflect the committed changes.

Bot config only and verified in CI so landing without group approval.

LGTM anyways!

Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2022, 11:02 AM