Skip to content

Commit 8d19c42

Browse files
authored
Merge pull request #1377 from davezarzycki/fix_unified_builds_after_swift_28003_take_two
[CMake] Fix unified builds after swift llvm#28003
2 parents fd7c62e + 827f16c commit 8d19c42

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)