[AIX] Try to not use LLVM tools while building runtimes
authorDavid Tenty <daltenty@ibm.com>
Tue, 11 Aug 2020 14:27:41 +0000 (10:27 -0400)
committerDavid Tenty <daltenty@ibm.com>
Fri, 25 Sep 2020 14:55:24 +0000 (10:55 -0400)
commite03dd978d015f6141d14afb3986f39365cabcdab
treeeca6f576554f9e1474f9ff4aeb81cc8a1a195bb9
parent8858340bd380b821bbad773c7b3a022a9bb5b2d9
[AIX] Try to not use LLVM tools while building runtimes

Since 64-bit XCOFF and the big AR format is not yet supported in some of these tools, this patch avoids additional setup of these tools. This patch is not intended to prevent picking up the LLVM tools if they happen to be available otherwise.

Reviewed By: hubert.reinterpretcast

Differential Revision: https://reviews.llvm.org/D85329
llvm/runtimes/CMakeLists.txt