The TargetData is not used for the isPowerOfTwo determination. It has never
[oota-llvm.git] / include / llvm / CMakeLists.txt
index 5e4f40881d00ed4caaff0caaa1520f2547f6f197..f8cb4250584c45441072c1c2912ffdb6fde55c21 100644 (file)
@@ -1,11 +1,10 @@
 set(LLVM_TARGET_DEFINITIONS Intrinsics.td)
 
-tablegen(Intrinsics.gen -gen-intrinsic)
+tablegen(LLVM Intrinsics.gen -gen-intrinsic)
 
 add_custom_target(intrinsics_gen ALL
   DEPENDS ${llvm_builded_incs_dir}/Intrinsics.gen)
-
-set(LLVM_COMMON_DEPENDS ${LLVM_COMMON_DEPENDS} intrinsics_gen PARENT_SCOPE)
+set_target_properties(intrinsics_gen PROPERTIES FOLDER "Tablegenning")
 
 if( MSVC_IDE OR XCODE )
   # Creates a dummy target containing all headers for the benefit of
@@ -16,4 +15,5 @@ if( MSVC_IDE OR XCODE )
     # We need at least one source file:
     ${LLVM_MAIN_SRC_DIR}/lib/Transforms/Hello/Hello.cpp
     ${headers})
+  set_target_properties(llvm_headers_do_not_build PROPERTIES FOLDER "Misc")
 endif()