[all-commits] [llvm/llvm-project] 110664: [AIX][CMake] Use top-level tools in llvm_ExternalP...
David Tenty via All-commits
all-commits at lists.llvm.org
Mon Jan 30 13:58:47 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11066449d49e20f18f46757df07455c6abcedcf1
https://github.com/llvm/llvm-project/commit/11066449d49e20f18f46757df07455c6abcedcf1
Author: David Tenty <daltenty at ibm.com>
Date: 2023-01-30 (Mon, 30 Jan 2023)
Changed paths:
M llvm/cmake/modules/LLVMExternalProjectUtils.cmake
Log Message:
-----------
[AIX][CMake] Use top-level tools in llvm_ExternalProject_Add
This change force us to use the top-level CMake's detected tools. We
need to do this as a temporary workaround as when using CMake
versions >= 3.22 we'll pickup the built llvm-ranlib by default if it's
in the path (which it is when doing a sub build via
llvm_ExternalProject_Add for the runtimes).
llvm-ranlib runs into problems on AIX due to missing 64-bit
functionality to be added by
https://reviews.llvm.org/D142479 and https://reviews.llvm.org/D142660.
Once those patches land, this can be reverted.
Differential Revision: https://reviews.llvm.org/D142727
More information about the All-commits
mailing list