[PATCH] D33216: Generate ubsan shared libraries.
Leo Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 17 10:36:07 PDT 2017
aoli added inline comments.
================
Comment at: lib/ubsan/CMakeLists.txt:43
+append_list_if(COMPILER_RT_HAS_LIBPTHREAD pthread UBSAN_DYNAMIC_LIBS)
+append_list_if(COMPILER_RT_HAS_LIBSTDCXX stdc++ UBSAN_DYNAMIC_LIBS)
+
----------------
filcab wrote:
> I wouldn't expect the non-c++ version of the lib to bring libstdc++ with it.
Sorry I did not see your comments. I'll bring a new commit to fix this.
https://reviews.llvm.org/D33216
More information about the llvm-commits
mailing list