-
Akash Kothari authoredAkash Kothari authored
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
)
if(WIN32 OR CYGWIN)
set(LLVM_LINK_COMPONENTS Core Support)
endif()
add_llvm_library( LLVMLocalMem
MODULE
LocalMem.cpp
DEPENDS
intrinsics_gen
PLUGIN_TOOL
opt
)