add_llvm_library( LLVMOurConstantFolding MODULE BUILDTREE_ONLY
  OurConstantFolding.cpp

  DEPENDS
  intrinsics_gen
  PLUGIN_TOOL
  opt
  )
