Skip to content

Commit 04f0adc

Browse files
[compiler-rt][memprof] Do not add libdl to MEMPROF_UNITTEST_LINK_LIBRARIES (#98221)
Remove unnecessary dependency. Test plan: ninja check-all
1 parent 240ec5a commit 04f0adc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler-rt/lib/memprof/tests/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ endif()
4949
set(MEMPROF_UNITTEST_LINK_LIBRARIES
5050
${COMPILER_RT_UNWINDER_LINK_LIBS}
5151
${SANITIZER_TEST_CXX_LIBRARIES})
52-
append_list_if(COMPILER_RT_HAS_LIBDL -ldl MEMPROF_UNITTEST_LINK_LIBRARIES)
5352

5453
# Adds memprof tests for each architecture.
5554
macro(add_memprof_tests_for_arch arch)

0 commit comments

Comments
 (0)