[all-commits] [llvm/llvm-project] 2b416b: [libcxx][CI][AIX] Switch to LLVM_ENABLE_RUNTIMES
David Tenty via All-commits
all-commits at lists.llvm.org
Tue Nov 9 13:04:24 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b416b46479d2dbe749e90d7c5344f05b4e35abc
https://github.com/llvm/llvm-project/commit/2b416b46479d2dbe749e90d7c5344f05b4e35abc
Author: David Tenty <daltenty at ibm.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
M libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.static/hardware_concurrency.pass.cpp
M libcxx/utils/ci/run-buildbot
M libcxxabi/CMakeLists.txt
Log Message:
-----------
[libcxx][CI][AIX] Switch to LLVM_ENABLE_RUNTIMES
and to the new `runtimes` top level CMakeLists.txt since the old path is now deprecated. This requires a slight adjustment of the libcxxabi CMake, since there are required macro definitions we previously got via the `llvm/CMakeList.txt` path.
Reviewed By: ldionne, #libc, #libc_abi
Differential Revision: https://reviews.llvm.org/D113403
More information about the All-commits
mailing list