[libcxx-commits] [PATCH] D57496: Specify unwind lib before other system libraries.
Petr Hosek via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 1 21:31:32 PST 2019
phosek added inline comments.
================
Comment at: src/CMakeLists.txt:229
add_library(cxxabi_static STATIC ${cxxabi_static_sources})
target_link_libraries(cxxabi_static PRIVATE ${LIBCXXABI_LIBRARIES} ${LIBCXXABI_STATIC_LIBRARIES})
set_target_properties(cxxabi_static
----------------
Can you also update this line for (visual) consistency?
Repository:
rCXXA libc++abi
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57496/new/
https://reviews.llvm.org/D57496
More information about the libcxx-commits
mailing list