Skip to content

Commit 54eac41

Browse files
[windows] fix flaky linker error when building LLDB
1 parent c628e41 commit 54eac41

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lldb/source/API/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,7 @@ add_lldb_library(liblldb SHARED ${option_framework}
152152
lldbValueObject
153153
lldbVersion
154154
${LLDB_ALL_PLUGINS}
155-
## BEGIN SWIFT
156-
${SWIFT_ALL_LIBS}
157-
## END SWIFT
155+
swiftCore
158156
LINK_COMPONENTS
159157
Support
160158

0 commit comments

Comments
 (0)