[compiler-rt] [compiler-rt][memprof] Do not add libdl to MEMPROF_UNITTEST_LINK_LIBRARIES (PR #98221)
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 23:39:07 PDT 2024
chapuni wrote:
This fails linking MemProfTests on Linux.
sanitizer_linux_libcdep.cpp uses `dlsym` but sanitizer_common doesn't provide deps on `-ldl`.
https://github.com/llvm/llvm-project/pull/98221
More information about the llvm-commits
mailing list