Skip to content

Commit

Permalink
[CMake] Followup to #102396 and restore old DynamicLibrary symbols be…
Browse files Browse the repository at this point in the history
…havior (#102671)

Followup to #102138 and #102396, restore more old behavior to fix
ppc64-aix bot.
  • Loading branch information
cachemeifyoucan authored Aug 11, 2024
1 parent 60680f7 commit 32973b0
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 32973b0

Please sign in to comment.