]> granicus.if.org Git - llvm/commitdiff
Move the srpm, ocaml_make_directory, llvm_vcsrevision_h, and llvm-headers projects...
authorAaron Ballman <aaron@aaronballman.com>
Sat, 4 Nov 2017 19:59:14 +0000 (19:59 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sat, 4 Nov 2017 19:59:14 +0000 (19:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317416 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt
cmake/modules/AddOCaml.cmake
include/llvm/Support/CMakeLists.txt

index 6328f1e18c0b9e5564c182ccb964fc371e652689..216702eabaf491f53ae7a0375eb94d053aad52ef 100644 (file)
@@ -755,6 +755,7 @@ configure_file(
 add_custom_target(srpm
   COMMAND cpack -G TGZ --config CPackSourceConfig.cmake -B ${LLVM_SRPM_DIR}/SOURCES
   COMMAND rpmbuild -bs --define '_topdir ${LLVM_SRPM_DIR}' ${LLVM_SRPM_BINARY_SPECFILE})
+set_target_properties(srpm PROPERTIES FOLDER "Misc")
 
 
 # They are not referenced. See set_output_directory().
@@ -967,6 +968,7 @@ if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
   # Installing the headers needs to depend on generating any public
   # tablegen'd headers.
   add_custom_target(llvm-headers DEPENDS intrinsics_gen)
+  set_target_properties(llvm-headers PROPERTIES FOLDER "Misc")
 
   if (NOT CMAKE_CONFIGURATION_TYPES)
     add_custom_target(install-llvm-headers
index 1d8094cc505f54f7e27f92271c42f3ea38353fc9..02bab6846376bcf94699a940f5e3369f7f281954 100644 (file)
@@ -221,3 +221,4 @@ add_custom_target(ocaml_make_directory
   COMMAND "${CMAKE_COMMAND}" "-E" "make_directory" "${LLVM_LIBRARY_DIR}/ocaml/llvm")
 add_custom_target("ocaml_all")
 set_target_properties(ocaml_all PROPERTIES FOLDER "Misc")
+set_target_properties(ocaml_make_directory PROPERTIES FOLDER "Misc")
index 6104382c3e46641c659b7af2e9e7962fc9003ff2..bf662c77351d6f78767c84f18caf83fd96861f76 100644 (file)
@@ -40,3 +40,4 @@ set_source_files_properties("${version_inc}"
              HEADER_FILE_ONLY TRUE)
 
 add_custom_target(llvm_vcsrevision_h DEPENDS "${version_inc}")
+set_target_properties(llvm_vcsrevision_h PROPERTIES FOLDER "Misc")