[PATCH] D39254: On FreeBSD, add -pthread to the flags for dynamic ASan tests

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 14:40:25 PDT 2017


krytarowski added a comment.

  $ readelf -dW ./lib/clang/6.0.0/lib/netbsd/libclang_rt.asan-x86_64.so |grep NEEDED
   0x0000000000000001 (NEEDED)             Shared library: [libstdc++.so.8]
   0x0000000000000001 (NEEDED)             Shared library: [libgcc_s.so.1]
   0x0000000000000001 (NEEDED)             Shared library: [libc.so.12]
   0x0000000000000001 (NEEDED)             Shared library: [librt.so.1]
   0x0000000000000001 (NEEDED)             Shared library: [libm.so.0]
   0x0000000000000001 (NEEDED)             Shared library: [libpthread.so.1]


https://reviews.llvm.org/D39254





More information about the llvm-commits mailing list