[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:38:49 PDT 2022
mehdi_amini added a comment.
Forgot to mention, we configure this build with:
cmake -G Ninja ${src_dir}/llvm -DLLVM_TARGETS_TO_BUILD="X86;NVPTX;AMDGPU" -DLLVM_ENABLE_PROJECTS="lld;clang;mlir" -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=Off -DLIBCXX_CXX_ABI=default -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" -DLLVM_ENABLE_LLD=ON -DLLVM_DISTRIBUTION_COMPONENTS="clang;runtimes" -DLLVM_CCACHE_BUILD=ON
I guess `-DLIBCXX_CXX_ABI=default` is the issue, I'm not sure what we should use here?
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