From 2596464dcd7563cb4f54ef794334fa87438cc324 Mon Sep 17 00:00:00 2001 From: Steven Wu Date: Fri, 9 Aug 2024 12:54:26 -0700 Subject: [PATCH] [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. --- llvm/unittests/Support/DynamicLibrary/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llvm/unittests/Support/DynamicLibrary/CMakeLists.txt b/llvm/unittests/Support/DynamicLibrary/CMakeLists.txt index d8dff1ef4a3f77..e976cba23ee8cf 100644 --- a/llvm/unittests/Support/DynamicLibrary/CMakeLists.txt +++ b/llvm/unittests/Support/DynamicLibrary/CMakeLists.txt @@ -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