[PATCH] D33216: Generate ubsan shared libraries.

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 07:37:32 PDT 2017


vsk added inline comments.


================
Comment at: lib/ubsan/CMakeLists.txt:170
+      PARENT_TARGET ubsan)
+
     if (UNIX)
----------------
I'm not familiar with the differences between RTUbsan_cxx and its C variant, but for consistency with what's already here, should we have 'SHARED' versions of clang_rt.ubsan_standalone and clang_rt.ubsan_standalone_cxx?

Also: do you know whether the ubsan standalone runtimes are tested in a `check-ubsan` test run?


https://reviews.llvm.org/D33216





More information about the llvm-commits mailing list