summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2016-04-12 15:09:17 +0000
committerAaron Ballman <aaron@aaronballman.com>2016-04-12 15:09:17 +0000
commit0cb657ead9569297305efa4f1c536e21e344239c (patch)
treea81e1f6a3c6415028279a49e863df2840c8ae99c /runtime
parentf5b912f2111730cb9c306f3da9cc73a488bb73db (diff)
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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@266079 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
index d9a5588ecd..6d10e71d72 100644
--- a/runtime/CMakeLists.txt
+++ b/runtime/CMakeLists.txt
@@ -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()