Skip to content
Snippets Groups Projects
Commit b3c7f14e authored by Akash Kothari's avatar Akash Kothari
Browse files

Fix the CMakelist file for InplaceDFG pass

parent 7c96e63c
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,8 @@ if(WIN32 OR CYGWIN) ...@@ -2,7 +2,8 @@ if(WIN32 OR CYGWIN)
set(LLVM_LINK_COMPONENTS Core Support) set(LLVM_LINK_COMPONENTS Core Support)
endif() endif()
add_llvm_loadable_module( LLVMInPlaceDFGAnalysis add_llvm_library( LLVMInPlaceDFGAnalysis
MODULE
InPlaceDFGAnalysis.cpp InPlaceDFGAnalysis.cpp
DEPENDS DEPENDS
...@@ -10,3 +11,5 @@ add_llvm_loadable_module( LLVMInPlaceDFGAnalysis ...@@ -10,3 +11,5 @@ add_llvm_loadable_module( LLVMInPlaceDFGAnalysis
PLUGIN_TOOL PLUGIN_TOOL
opt 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