Skip to content
Snippets Groups Projects
CMakeLists.txt 176 B
if(WIN32 OR CYGWIN)
  set(LLVM_LINK_COMPONENTS Core Support)
endif()

add_llvm_loadable_module( LLVMMergeDFN
  MergeDFN.cpp

  DEPENDS
  intrinsics_gen
  PLUGIN_TOOL
  opt
  )