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

add_llvm_library( LLVMLocalMem
  MODULE
  LocalMem.cpp

  DEPENDS
  intrinsics_gen
  PLUGIN_TOOL
  opt
  )