Skip to content

Commit 827f16c

Browse files
committed
[CMake] Fix unified builds after swift llvm#28003
1 parent e0b15d0 commit 827f16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ endif()
129129
# BEGIN Swift Mods
130130
if(swift IN_LIST LLVM_EXTERNAL_PROJECTS)
131131
add_lldb_test_dependency(
132-
swift
132+
swift-frontend
133133
repl_swift)
134134
endif()
135135
# END Swift Mods

0 commit comments

Comments
 (0)