[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:54:53 PST 2021
daltenty updated this revision to Diff 385500.
daltenty added a comment.
- Remove duplicate option
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113403/new/
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,7 @@
function generate-cmake-aix() {
generate-cmake-base \
- -S "${MONOREPO_ROOT}/llvm" \
- -DLLVM_ENABLE_PROJECTS="libcxx;libcxxabi" \
+ -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \
"${@}"
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113403.385500.patch
Type: text/x-patch
Size: 425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211108/594ee0ac/attachment.bin>
More information about the libcxx-commits
mailing list