Skip to content

Commit 9c9f0bd

Browse files
authored
Merge pull request swiftlang#26918 from xiaobai/sur-la-tablegen
[CMake][SourceKit] SwiftLang should depend on clang-tablegen-targets
2 parents 395bfc9 + f5355d1 commit 9c9f0bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/SourceKit/lib/SwiftLang/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ add_sourcekit_library(SourceKitSwiftLang
4949
objcarcopts
5050
profiledata
5151
)
52+
53+
add_dependencies(SourceKitSwiftLang clang-tablegen-targets)

0 commit comments

Comments
 (0)