Skip to content

Commit

Permalink
[CMake] Re-land llvm#102671 after the flaky test is disabled
Browse files Browse the repository at this point in the history
Reland llvm#102671 after the other attempted fixes are all flawed in some
build configurations. The previous try for the same commit was breaking
a flaky tests under ASAN which is not marked as unsupported. This fix
should be good to go now.

Fixes AIX bot for DynamicLibraryTests failure.
  • Loading branch information
cachemeifyoucan committed Aug 13, 2024
1 parent 1b2d11d commit 2596464
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions llvm/unittests/Support/DynamicLibrary/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ set_output_directory(DynamicLibraryLib

add_llvm_unittest(DynamicLibraryTests
DynamicLibraryTest.cpp

EXPORT_SYMBOLS
)
target_link_libraries(DynamicLibraryTests PRIVATE DynamicLibraryLib)
export_executable_symbols(DynamicLibraryTests)

function(dynlib_add_module NAME)
add_library(${NAME} MODULE
Expand Down

0 comments on commit 2596464

Please sign in to comment.