• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_TARGET_DEFINITIONS Intrinsics.td)
2
3tablegen(LLVM Intrinsics.gen -gen-intrinsic)
4
5add_custom_target(intrinsics_gen ALL
6  DEPENDS ${llvm_builded_incs_dir}/IR/Intrinsics.gen)
7set_target_properties(intrinsics_gen PROPERTIES FOLDER "Tablegenning")
8