xlc supports __attribute__((aligned(x))), use it.
[oota-llvm.git] / include / llvm / CMakeLists.txt
index de3ff8623cfff67982c7a98aa4e478f4680d2157..f8cb4250584c45441072c1c2912ffdb6fde55c21 100644 (file)
@@ -6,8 +6,6 @@ add_custom_target(intrinsics_gen ALL
   DEPENDS ${llvm_builded_incs_dir}/Intrinsics.gen)
 set_target_properties(intrinsics_gen PROPERTIES FOLDER "Tablegenning")
 
-set(LLVM_COMMON_DEPENDS ${LLVM_COMMON_DEPENDS} intrinsics_gen PARENT_SCOPE)
-
 if( MSVC_IDE OR XCODE )
   # Creates a dummy target containing all headers for the benefit of
   # Visual Studio users.