Skip to content
Snippets Groups Projects
Commit c93679eb authored by Prakalp Srivastava's avatar Prakalp Srivastava
Browse files

Fixed CMAKE build. Added dependecy of visc passes on intrinsics_gen, opt, PLUGIN_TOOL

parent e3a9b2e9
No related branches found
No related tags found
No related merge requests found
if(WIN32 OR CYGWIN)
set(LLVM_LINK_COMPONENTS Core Support)
endif()
add_llvm_loadable_module( LLVMBuildDFG
BuildDFG.cpp
DEPENDS
intrinsics_gen
PLUGIN_TOOL
opt
)
if(WIN32 OR CYGWIN)
set(LLVM_LINK_COMPONENTS Core Support)
endif()
add_llvm_loadable_module( LLVMClearDFG
ClearDFG.cpp
DEPENDS
intrinsics_gen
PLUGIN_TOOL
opt
)
if(WIN32 OR CYGWIN)
set(LLVM_LINK_COMPONENTS Core Support)
endif()
add_llvm_loadable_module( LLVMDFG2LLVM_NVPTX
DFG2LLVM_NVPTX.cpp
DEPENDS
intrinsics_gen
PLUGIN_TOOL
opt
)
if(WIN32 OR CYGWIN)
set(LLVM_LINK_COMPONENTS Core Support)
endif()
add_llvm_loadable_module( LLVMDFG2LLVM_SPIR
DFG2LLVM_SPIR.cpp
DEPENDS
intrinsics_gen
PLUGIN_TOOL
opt
)
if(WIN32 OR CYGWIN)
set(LLVM_LINK_COMPONENTS Core Support)
endif()
add_llvm_loadable_module( LLVMDFG2LLVM_X86
DFG2LLVM_X86.cpp
DEPENDS intrinsics_gen
PLUGIN_TOOL
opt
)
if(WIN32 OR CYGWIN)
set(LLVM_LINK_COMPONENTS Core Support)
endif()
add_llvm_loadable_module( LLVMGenVISC
GenVISC.cpp
DEPENDS
intrinsics_gen
PLUGIN_TOOL
opt
)
if(WIN32 OR CYGWIN)
set(LLVM_LINK_COMPONENTS Core Support)
endif()
add_llvm_loadable_module( LLVMLocalMem
LocalMem.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
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment