[Lldb-commits] [lldb] [windows] fix flaky linker error when building LLDB (PR #138249)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri May 2 04:51:50 PDT 2025
================
@@ -142,6 +142,7 @@ add_lldb_library(liblldb SHARED ${option_framework}
lldbValueObject
lldbVersion
${LLDB_ALL_PLUGINS}
+ swiftCore
----------------
DavidSpickett wrote:
I don't see a library named this in `llvm/llvm-project`, did you mean to submit this to Apple's llvm fork?
Which is https://github.com/swiftlang/llvm-project (I think).
https://github.com/llvm/llvm-project/pull/138249
More information about the lldb-commits
mailing list