diff --git a/clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt b/clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt --- a/clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt +++ b/clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt @@ -22,3 +22,5 @@ clangFrontend ) add_dependencies(ClangReplInterpreterExceptionTests clang-resource-headers) + +export_executable_symbols(ClangReplInterpreterExceptionTests)