Skip to content

Commit 2596464

Browse files
[CMake] Re-land #102671 after the flaky test is disabled
Reland #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.
1 parent 1b2d11d commit 2596464

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/unittests/Support/DynamicLibrary/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ set_output_directory(DynamicLibraryLib
1717

1818
add_llvm_unittest(DynamicLibraryTests
1919
DynamicLibraryTest.cpp
20-
21-
EXPORT_SYMBOLS
2220
)
2321
target_link_libraries(DynamicLibraryTests PRIVATE DynamicLibraryLib)
22+
export_executable_symbols(DynamicLibraryTests)
2423

2524
function(dynlib_add_module NAME)
2625
add_library(${NAME} MODULE

0 commit comments

Comments
 (0)