Home | History | Annotate | Download | only in IR
      1 set(LLVM_TARGET_DEFINITIONS Intrinsics.td)
      2 
      3 tablegen(LLVM Intrinsics.gen -gen-intrinsic)
      4 
      5 add_custom_target(intrinsics_gen ALL
      6   DEPENDS ${llvm_builded_incs_dir}/IR/Intrinsics.gen)
      7 set_target_properties(intrinsics_gen PROPERTIES FOLDER "Tablegenning")
      8