[libcxx-commits] [PATCH] D92541: [libcxx] Don't generate cxx-abilist for some sets of targets
Nathan Lanza via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 3 13:19:44 PST 2020
lanza added a comment.
Seems pretty trivially that this just requires `LIBCXX_INCLUDE_TESTS` and `LIBCXX_ENABLE_SHARED` for Windows. The error is:
CMake Error at /data/users/lanza/toolchain_dev/external/llvm-project/libcxx/lib/abi/CMakeLists.txt:67 (add_custom_target):
Error evaluating generator expression:
$<TARGET_SONAME_FILE:cxx_shared>
TARGET_SONAME_FILE is not allowed for DLL target platforms.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92541/new/
https://reviews.llvm.org/D92541
More information about the libcxx-commits
mailing list