From fcebabca15c52d394b7e001aca58543e9ca10d85 Mon Sep 17 00:00:00 2001 From: Yeoh Joer Date: Tue, 2 Dec 2025 18:43:07 +0800 Subject: [PATCH] Fix linker errors when building cling with MSVC --- interpreter/cling/tools/libcling/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/interpreter/cling/tools/libcling/CMakeLists.txt b/interpreter/cling/tools/libcling/CMakeLists.txt index 0e251ca7f0f01..3d119b906173c 100644 --- a/interpreter/cling/tools/libcling/CMakeLists.txt +++ b/interpreter/cling/tools/libcling/CMakeLists.txt @@ -37,6 +37,7 @@ set( LLVM_LINK_COMPONENTS object option orcjit + orcdebugging runtimedyld scalaropts support