[all-commits] [llvm/llvm-project] 228b3b: [libc++][AIX] Add scripts and config for building ...
David Tenty via All-commits
all-commits at lists.llvm.org
Thu Oct 14 11:31:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 228b3b729d903ab539774385effbf215a45619ba
https://github.com/llvm/llvm-project/commit/228b3b729d903ab539774385effbf215a45619ba
Author: David Tenty <daltenty at ibm.com>
Date: 2021-10-14 (Thu, 14 Oct 2021)
Changed paths:
A libcxx/cmake/caches/AIX.cmake
A libcxx/test/configs/ibm-libc++-shared.cfg.in
M libcxx/utils/ci/run-buildbot
A libcxxabi/test/configs/ibm-libc++abi-shared.cfg.in
Log Message:
-----------
[libc++][AIX] Add scripts and config for building with the libcxx CI infrastructure
This initial change adds the AIX configuration to run-buildbot, an AIX
CMake cache file, and appropriate compiler and linker flags for testing
AIX to the lit "from scratch" configuration files. Either of the 32-bit or 64-bit configurations
can be built by setting `OBJECT_MODE` in the build environment (as is
typical for AIX).
Reviewed By: ldionne, #libc, #libc_abi
Differential Revision: https://reviews.llvm.org/D111244
More information about the All-commits
mailing list