Skip to content

Commit bb18631

Browse files
authored
Merge pull request #5131 from akyrtzi/pr/stable-clang-cas-test-as-tool
[clang-cas-test] Mark `clang-cas-test` as a 'clang tool'
2 parents 90e2df6 + 6d2e03c commit bb18631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/clang-cas-test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(LLVM_LINK_COMPONENTS
33
Support
44
)
55

6-
add_clang_executable(clang-cas-test
6+
add_clang_tool(clang-cas-test
77
ClangCASTest.cpp
88
)
99

0 commit comments

Comments
 (0)