[clang] [lldb] [windows] fix flaky linker error when building LLDB (PR #138249)

Charles Zablit via cfe-commits cfe-commits at lists.llvm.org
Fri May 2 08:51:55 PDT 2025


================
@@ -142,6 +142,7 @@ add_lldb_library(liblldb SHARED ${option_framework}
     lldbValueObject
     lldbVersion
     ${LLDB_ALL_PLUGINS}
+    swiftCore
----------------
charles-zablit wrote:

You are correct, sorry about that. I opened the PR here: https://github.com/llvm/llvm-project/pull/138297

https://github.com/llvm/llvm-project/pull/138249


More information about the cfe-commits mailing list