Skip to content

Commit d7e2e28

Browse files
authored
Merge pull request #5630 from apple/synfonia
Remove libSyntax Gyb Target Dependency
2 parents 813c24a + 950fa9a commit d7e2e28

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lldb/cmake/modules/AddLLDB.cmake

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,6 @@ function(add_lldb_library name)
131131
# headers without negatively impacting much of anything.
132132
if(NOT LLDB_BUILT_STANDALONE)
133133
add_dependencies(${name} clang-tablegen-targets)
134-
135-
# BEGIN Swift Mods
136-
if(swift IN_LIST LLVM_EXTERNAL_PROJECTS)
137-
add_dependencies(${name} swift-syntax-generated-headers)
138-
endif()
139-
# END Swift Mods
140134
endif()
141135

142136
# Add in any extra C++ compilation flags for this library.

0 commit comments

Comments
 (0)