Skip to content

Commit f5355d1

Browse files
committed
[CMake][SourceKit] SwiftLang should depend on clang-tablegen-targets
SwiftLang relies on some clang headers that rely on clang tablegen targets.
1 parent 8f56771 commit f5355d1

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)