Skip to content

Commit 435654b

Browse files
Revert "[CMake] Followup to #102396 and restore old DynamicLibrary symbols behavior (#102671)"
This reverts commit 32973b0. This fix doesn't fix the build failure as expected and making few other configuration broken too.
1 parent 4399f2a commit 435654b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/unittests/Support/DynamicLibrary/CMakeLists.txt

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

1818
add_llvm_unittest(DynamicLibraryTests
1919
DynamicLibraryTest.cpp
20+
21+
EXPORT_SYMBOLS
2022
)
2123
target_link_libraries(DynamicLibraryTests PRIVATE DynamicLibraryLib)
22-
export_executable_symbols(DynamicLibraryTests)
2324

2425
function(dynlib_add_module NAME)
2526
add_library(${NAME} MODULE

0 commit comments

Comments
 (0)