Skip to content

Commit

Permalink
Revert "[CMake] Followup to #102396 and restore old DynamicLibrary sy…
Browse files Browse the repository at this point in the history
…mbols behavior (#102671)"

This reverts commit 32973b0. This fix
doesn't fix the build failure as expected and making few other
configuration broken too.
  • Loading branch information
cachemeifyoucan committed Aug 12, 2024
1 parent 4399f2a commit 435654b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/unittests/Support/DynamicLibrary/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ 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 435654b

Please sign in to comment.