[PATCH] D15049: [asan] Skip all non-shared objects in FindFirstDSOCallback.

Dimitry Andric via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 28 05:27:41 PST 2015


dim added inline comments.

================
Comment at: lib/asan/CMakeLists.txt:68
@@ -71,2 +67,3 @@
 append_list_if(COMPILER_RT_HAS_LIBPTHREAD pthread ASAN_DYNAMIC_LIBS)
+append_list_if(COMPILER_RT_HAS_LIBRT rt ASAN_DYNAMIC_LIBS)
 append_list_if(COMPILER_RT_HAS_LIBSTDCXX stdc++ ASAN_DYNAMIC_LIBS)
----------------
So where did libc itself go? Was it actually needed?


http://reviews.llvm.org/D15049





More information about the llvm-commits mailing list