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