[libcxx-commits] [PATCH] D120727: [libc++] Overhaul how we select the ABI library
Mehdi AMINI via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 26 14:36:56 PDT 2022
mehdi_amini added a comment.
I hit a config failure after f8c8bda965dd0f622de1ad3863b728661af6eb72 <https://reviews.llvm.org/rGf8c8bda965dd0f622de1ad3863b728661af6eb72>
CMake Error at /var/lib/buildkite-agent/builds/buildkite-588bd64db9-mk2vq-1/mlir/mlir-core/libcxx/CMakeLists.txt:225 (message):
Unsupported C++ ABI library: 'default'. Supported values are
none;libcxxabi;system-libcxxabi;libcxxrt;libstdc++;libsupc++;vcruntime.
Here: https://buildkite.com/mlir/mlir-core/builds/22800#018100ac-56d6-4051-95ea-7dc91b98e658/14
We build from a clean directory, there is no CMake cache involved.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120727/new/
https://reviews.llvm.org/D120727
More information about the libcxx-commits
mailing list