Skip to content

Commit 3c6a4ef

Browse files
authored
Merge pull request #23098 from davezarzycki/upstream_clang_headers_rename
[CMake] Track upstream rename: clang-headers -> clang-resource-headers
2 parents 979556c + 71693ae commit 3c6a4ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/driver/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ add_swift_tool_symlink(swift-format swift editor-integration)
3434

3535
# If building as part of clang, make sure the headers are installed.
3636
if(NOT SWIFT_BUILT_STANDALONE)
37-
add_dependencies(swift clang-headers)
37+
add_dependencies(swift clang-resource-headers)
3838
endif()
3939

4040
swift_install_in_component(compiler

tools/swift-remoteast-test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ endif()
1313

1414
# If building as part of clang, make sure the headers are installed.
1515
if(NOT SWIFT_BUILT_STANDALONE)
16-
add_dependencies(swift clang-headers)
16+
add_dependencies(swift clang-resource-headers)
1717
endif()
1818

0 commit comments

Comments
 (0)