Home | History | Annotate | Download | only in IR
      1 set(LLVM_TARGET_DEFINITIONS Attributes.td)
      2 tablegen(LLVM Attributes.gen -gen-attrs)
      3 
      4 set(LLVM_TARGET_DEFINITIONS Intrinsics.td)
      5 tablegen(LLVM Intrinsics.gen -gen-intrinsic)
      6 add_public_tablegen_target(intrinsics_gen)
      7