We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11c0a1 commit 24d5c54Copy full SHA for 24d5c54
compiler-rt/lib/memprof/tests/CMakeLists.txt
@@ -49,6 +49,7 @@ endif()
49
set(MEMPROF_UNITTEST_LINK_LIBRARIES
50
${COMPILER_RT_UNWINDER_LINK_LIBS}
51
${SANITIZER_TEST_CXX_LIBRARIES})
52
+append_list_if(COMPILER_RT_HAS_LIBDL -ldl MEMPROF_UNITTEST_LINK_LIBRARIES)
53
54
# Adds memprof tests for each architecture.
55
macro(add_memprof_tests_for_arch arch)
0 commit comments