Skip to content

Commit 2db2677

Browse files
committed
Moving clang-test-depends into the Clang tests folder and moving vtables_blacklist into the Misc folder; NFC, this simply cleans up the generated solution so that these targets don't live in the root folder of the IDE.
llvm-svn: 266079
1 parent 01a9854 commit 2db2677

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

clang/runtime/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ add_custom_command(OUTPUT ${dst}
156156
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src} ${dst}
157157
COMMENT "Copying vtables blacklist")
158158
add_custom_target(vtables_blacklist DEPENDS ${dst})
159+
set_target_properties(vtables_blacklist PROPERTIES FOLDER "Misc")
159160
if(TARGET clang)
160161
add_dependencies(clang vtables_blacklist)
161162
endif()

clang/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ if( NOT CLANG_BUILT_STANDALONE )
7373
endif()
7474

7575
add_custom_target(clang-test-depends DEPENDS ${CLANG_TEST_DEPS})
76+
set_target_properties(clang-test-depends PROPERTIES FOLDER "Clang tests")
7677

7778
add_lit_testsuite(check-clang "Running the Clang regression tests"
7879
${CMAKE_CURRENT_BINARY_DIR}

0 commit comments

Comments
 (0)