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
Paths
| Differential D120038
[libcxx][ci] Switch to CMAKE_CXX_COMPILER_TARGET for Arm bots ClosedPublic Authored by DavidSpickett on Feb 17 2022, 4:00 AM.
Details
Summary As suggested by the cmake warning: LIBCXX_TARGET_TRIPLE is deprecated, please use CMAKE_CXX_COMPILER_TARGET instead Depends on D119948
Diff Detail
Event TimelineClosed by commit rG9c720250d1bb: [libcxx][ci] Switch to CMAKE_CXX_COMPILER_TARGET for Arm bots (authored by DavidSpickett). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 409577 libcxx/cmake/caches/AArch64.cmake
libcxx/cmake/caches/Armv7Arm.cmake
libcxx/cmake/caches/Armv7Thumb-noexceptions.cmake
libcxx/cmake/caches/Armv8Arm.cmake
libcxx/cmake/caches/Armv8Thumb-noexceptions.cmake
|