Skip to content

Commit 32973b0

Browse files
[CMake] Followup to #102396 and restore old DynamicLibrary symbols behavior (#102671)
Followup to #102138 and #102396, restore more old behavior to fix ppc64-aix bot.
1 parent 60680f7 commit 32973b0

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)