Skip to content

Commit c3d79f9

Browse files
committed
tools: demote swift-refactor to testing
This is not currently shipped with the toolchain and is meant for testing purposes. Mark the component as testing-tools.
1 parent 5aaa17f commit c3d79f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-refactor/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
add_swift_host_tool(swift-refactor
22
swift-refactor.cpp
3-
SWIFT_COMPONENT tools
3+
SWIFT_COMPONENT testsuite-tools
44
LLVM_LINK_COMPONENTS support
55
)
66
target_link_libraries(swift-refactor

0 commit comments

Comments
 (0)