[libcxx-commits] [PATCH] D63345: [libcxxabi] Use an explicit list to export symbols from the dylib
Nico Weber via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 14 10:25:50 PDT 2019
thakis added a comment.
add_llvm_symbol_exports in the LLVM CMake files have a cross-platform way of doing export files: http://llvm-cs.pcc.me.uk/cmake/modules/AddLLVM.cmake#71
It compiles to exported_symbols_list on mac, creates a linker script on posix, and creates a def file on Windows.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63345/new/
https://reviews.llvm.org/D63345
More information about the libcxx-commits
mailing list