[llvm] r281061 - Move the ocaml_all target into the Misc folder for cleanliness; NFC.

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 10:30:59 PDT 2016


Author: aaronballman
Date: Fri Sep  9 12:30:59 2016
New Revision: 281061

URL: http://llvm.org/viewvc/llvm-project?rev=281061&view=rev
Log:
Move the ocaml_all target into the Misc folder for cleanliness; NFC.

Modified:
    llvm/trunk/cmake/modules/AddOCaml.cmake

Modified: llvm/trunk/cmake/modules/AddOCaml.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/cmake/modules/AddOCaml.cmake?rev=281061&r1=281060&r2=281061&view=diff
==============================================================================
--- llvm/trunk/cmake/modules/AddOCaml.cmake (original)
+++ llvm/trunk/cmake/modules/AddOCaml.cmake Fri Sep  9 12:30:59 2016
@@ -211,3 +211,4 @@ function(add_ocaml_library name)
 endfunction()
 
 add_custom_target("ocaml_all")
+set_target_properties(ocaml_all PROPERTIES FOLDER "Misc")
\ No newline at end of file




More information about the llvm-commits mailing list