[llvm] r200228 - [CMake] Put *_exports into "Misc" folder.

NAKAMURA Takumi geek4civic at gmail.com
Mon Jan 27 09:39:38 PST 2014


Author: chapuni
Date: Mon Jan 27 11:39:38 2014
New Revision: 200228

URL: http://llvm.org/viewvc/llvm-project?rev=200228&view=rev
Log:
[CMake] Put *_exports into "Misc" folder.

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

Modified: llvm/trunk/cmake/modules/AddLLVM.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/cmake/modules/AddLLVM.cmake?rev=200228&r1=200227&r2=200228&view=diff
==============================================================================
--- llvm/trunk/cmake/modules/AddLLVM.cmake (original)
+++ llvm/trunk/cmake/modules/AddLLVM.cmake Mon Jan 27 11:39:38 2014
@@ -72,6 +72,7 @@ function(add_llvm_symbol_exports target_
   endif()
 
   add_custom_target(${target_name}_exports DEPENDS ${native_export_file})
+  set_target_properties(${target_name}_exports PROPERTIES FOLDER "Misc")
 
   get_property(srcs TARGET ${target_name} PROPERTY SOURCES)
   foreach(src ${srcs})





More information about the llvm-commits mailing list