[libcxx-commits] [PATCH] D111244: [libc++][AIX] Add config for building with the libcxx CI infrastructure
David Tenty via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 6 10:03:25 PDT 2021
daltenty created this revision.
daltenty added reviewers: sfertile, ldionne, xingxue, hubert.reinterpretcast.
Herald added subscribers: arichardson, mgorny.
daltenty requested review of this revision.
Herald added projects: libc++, libc++abi.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Herald added a reviewer: libc++abi.
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 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).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D111244
Files:
libcxx/cmake/caches/AIX.cmake
libcxx/test/configs/llvm-libc++-shared.cfg.in
libcxx/utils/ci/run-buildbot
libcxxabi/test/lit.site.cfg.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111244.377585.patch
Type: text/x-patch
Size: 5459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211006/2b881627/attachment-0001.bin>
More information about the libcxx-commits
mailing list