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
This commit is contained in:
Aaron Ballman 2016-04-12 15:09:17 +00:00
parent 01a9854ee8
commit 2db2677878
2 changed files with 2 additions and 0 deletions

View File

@ -156,6 +156,7 @@ add_custom_command(OUTPUT ${dst}
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src} ${dst}
COMMENT "Copying vtables blacklist")
add_custom_target(vtables_blacklist DEPENDS ${dst})
set_target_properties(vtables_blacklist PROPERTIES FOLDER "Misc")
if(TARGET clang)
add_dependencies(clang vtables_blacklist)
endif()

View File

@ -73,6 +73,7 @@ if( NOT CLANG_BUILT_STANDALONE )
endif()
add_custom_target(clang-test-depends DEPENDS ${CLANG_TEST_DEPS})
set_target_properties(clang-test-depends PROPERTIES FOLDER "Clang tests")
add_lit_testsuite(check-clang "Running the Clang regression tests"
${CMAKE_CURRENT_BINARY_DIR}