This is a follow on to D85329 which disabled some llvm tools in the
runtimes build due to XCOFF64 limitations. This change disables them
in other external project builds as well, when no list of tools is
specified in the arguments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/cmake/modules/LLVMExternalProjectUtils.cmake | ||
---|---|---|
65 | llvm-lipo was originally only added for Darwin. |
Minor nit: While it is clear given the context, can we also be explicit in the comment that 64-bit XCOFF and big AR format is an AIX thing?