[PATCH] D88310: [CMake][AIX] Limit tools in external project build
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 26 20:34:56 PDT 2020
hubert.reinterpretcast requested changes to this revision.
hubert.reinterpretcast added inline comments.
This revision now requires changes to proceed.
================
Comment at: llvm/cmake/modules/LLVMExternalProjectUtils.cmake:59
+ if(NOT _cmake_system_name STREQUAL AIX)
+ list(APPEND ARG_TOOLCHAIN_TOOLS lld llvm-ar llvm-lipo llvm-ranlib llvm-nm llvm-objdump)
+ if(_cmake_system_name STREQUAL Darwin)
----------------
`llvm-lipo` was originally only added for Darwin.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88310/new/
https://reviews.llvm.org/D88310
More information about the llvm-commits
mailing list