[PATCH] D33216: Generate ubsan shared libraries.

Stephen Hines via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 15:31:06 PDT 2017


srhines added inline comments.


================
Comment at: lib/ubsan/CMakeLists.txt:167
+      RTUbsan_cxx
+      CFLAGS ${UBSAN_CFLAGS}
+      LINK_LIBS ${UBSAN_DYNAMIC_LIBS}
----------------
Shouldn't this be UBSAN_CXXFLAGS?


https://reviews.llvm.org/D33216





More information about the llvm-commits mailing list