This revision was automatically updated to reflect the committed changes. Closed by commit rGca8d2533c79c: [clang-repl][Orc] Export executable symbols in… (authored by lkail).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D159167/new/ https://reviews.llvm.org/D159167 Files: clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt Index: clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt =================================================================== --- clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt +++ clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt @@ -22,3 +22,5 @@ clangFrontend ) add_dependencies(ClangReplInterpreterExceptionTests clang-resource-headers) + +export_executable_symbols(ClangReplInterpreterExceptionTests)
Index: clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt =================================================================== --- clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt +++ clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt @@ -22,3 +22,5 @@ clangFrontend ) add_dependencies(ClangReplInterpreterExceptionTests clang-resource-headers) + +export_executable_symbols(ClangReplInterpreterExceptionTests)
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits