[libcxx-commits] [PATCH] D113403: [libcxx][CI][AIX] Switch to LLVM_ENABLE_RUNTIMES

David Tenty via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 8 07:53:23 PST 2021


daltenty created this revision.
daltenty added reviewers: ldionne, hubert.reinterpretcast, sfertile.
Herald added a subscriber: arichardson.
daltenty requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

and to the new top level CMakeLists.txt since the old path is now deprecated.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113403

Files:
  libcxx/utils/ci/run-buildbot


Index: libcxx/utils/ci/run-buildbot
===================================================================
--- libcxx/utils/ci/run-buildbot
+++ libcxx/utils/ci/run-buildbot
@@ -115,8 +115,8 @@
 
 function generate-cmake-aix() {
     generate-cmake-base \
-          -S "${MONOREPO_ROOT}/llvm" \
-          -DLLVM_ENABLE_PROJECTS="libcxx;libcxxabi" \
+          -S "${MONOREPO_ROOT}/runtimes" \
+          -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \
           "${@}"
 }
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113403.385499.patch
Type: text/x-patch
Size: 469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211108/f30e4e82/attachment.bin>


More information about the libcxx-commits mailing list