[PATCH] D33216: Generate ubsan shared libraries.
Leo Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 13:20:28 PDT 2017
aoli added inline comments.
================
Comment at: lib/ubsan/CMakeLists.txt:174
+ ARCHS ${UBSAN_SUPPORTED_ARCH}
+ OBJECT_LIBS ${UBSAN_COMMON_RUNTIME_OBJECT_LIBS}
+ RTUbsan_cxx
----------------
vsk wrote:
> Here, it seems like you'd just want 'RTInterception', and not all of '${UBSAN_COMMON_RUNTIME_OBJECT_LIBS}'.
Oh, RTInterception was added by accident. I think I'm not using it either. Shall I keep share libraries' `OBJECT_LIBS` just the same as those for static libraries?
https://reviews.llvm.org/D33216
More information about the llvm-commits
mailing list